/** Shopify CDN: Minification failed

Line 1822:0 Unexpected "}"
Line 8289:0 Unexpected "}"
Line 10480:76 Unexpected "{"

**/
/** Shopify CDN: Minification failed

Line 1835:0 Unexpected "}"

**/
@font-face {
  font-family: 'ps-icons';
  src: url('/cdn/shop/files/ps-icons.eot?v=1738651707');
  src: url('/cdn/shop/files/ps-icons.eot?v=1738651707') format('embedded-opentype'),
    url('/cdn/shop/files/ps-icons.ttf?v=1738651707') format('truetype'),
    url('/cdn/shop/files/ps-icons.woff?v=1738651707') format('woff'),
    font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ps-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{
  text-rendering: optimizeLegibility !important;
 -webkit-font-smoothing: antialiased !important;
}

a.button.klaviyo-bis-trigger:hover {
  color: #fff;
  text-decoration: none;
}

.filter_inner_wrapping .facets__disclosure-vertical.js-filter .facets__summary-label:after {
  content: '+';
  float: right;
  font-size: 24px;
  font-weight: 200;
  line-height: 1;
  color: #4d4d4d;
  margin-top: -4px;
}

.filter_inner_wrapping .facets__disclosure-vertical.js-filter[open] .facets__summary-label:after {
  content: '-';
  float: right;
  font-size: 24px;
  font-weight: 200;
  line-height: 1;
  color: #4d4d4d;
  margin-top: -4px;
}

.icon-checkout-profile:before {
  content: "\e91c";
  font-size: 24px;
  margin-top: 1px;
  margin-left: 7px;
  position: absolute;
}

.icon-down-arrow:before {
  content: "\e900";
}

.icon-360-degree:before {
  content: "\e901";
}

.icon-account-settings:before {
  content: "\e902";
}

.icon-amazon:before {
  content: "\e903";
}

.icon-cart-icon:before {
  content: "\e904";
}

.icon-credit-card:before {
  content: "\e905";
}

.icon-delivery:before {
  content: "\e906";
}

.icon-dollar-symbol:before {
  content: "\e907";
}

.icon-facebook:before {
  content: "\e908";
}

.icon-gift-card:before {
  content: "\e909";
}

.icon-instagram:before {
  content: "\e90a";
}

.icon-linkedin:before {
  content: "\e90b";
}

.icon-package:before {
  content: "\e910";
}

.icon-padlock:before {
  content: "\e911";
}

.icon-phone:before {
  content: "\e915";
}

.icon-play-video:before {
  content: "\e916";
}

.icon-remove:before {
  content: "\e917";
}

.icon-search:before {
  content: "\e918";
}

.icon-twitter:before {
  content: "\e919";
}

.icon-menu-close:before {
  content: "\e91a";
}

.icon-menu:before {
  content: "\e91b";
}


:root {
  --grid-desktop-horizontal-spacing: 15px;
}

/*--Global CSS  --*/
a:focus,
a:hover {
  color: #f08921;
}

b,
strong {
  font-weight:700;
}

/* Style for the placeholder text */

input::placeholder {
   font-family: "Gotham SSm A", "Gotham SSm B" !important;
    font-weight: 200 !important;
}

input:-ms-input-placeholder {
font-family: "Gotham SSm A", "Gotham SSm B" !important;
font-weight: 200 !important;
}

input::-ms-input-placeholder {
font-family: "Gotham SSm A", "Gotham SSm B" !important;
font-weight: 200 !important;
}

input::-webkit-input-placeholder {
font-family: "Gotham SSm A", "Gotham SSm B" !important;
font-weight: 200 !important;
}

input:-moz-placeholder {
font-family: "Gotham SSm A", "Gotham SSm B" !important;
font-weight: 200 !important;
}

input::-moz-placeholder {
font-family: "Gotham SSm A", "Gotham SSm B" !important;
font-weight: 200 !important;
}




/*-- Inner page global CSS  --*/
.page-financing .image-with-text__text p {
  font-weight: 300 !important;
}

.page-financing .image-with-text__content h2 {

  line-height: 36px !important;
  font-weight: 500 !important;
   font-family: "Gotham SSm A", "Gotham SSm B";
}

/*-- Main CSS  --*/

body {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  letter-spacing: 0
}
:root {
    --font-body-family: "Gotham SSm A", "Gotham SSm B";
}

.btn {
  display: inline-block;
  background: #ececec;
  padding: 10px 14px;
  color: #2e2e2e;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 5px;
  border: none;
  position: relative;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -ms-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  font-weight:500;
}

.btn-orange,
.btn-primary {
  background: #ff9000;
  color: #fff;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  outline: none !important
}

.btn-orange:hover:not([disabled]),
.btn-primary:hover:not([disabled]),
.btn-orange:active:not([disabled]),
.btn-primary:active:not([disabled]) {
  background: #fb8c02;
  color: #fff;
  border: 2px solid #db8916;
  padding: 8px 12px;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
  background: #fb8c02;
  color: #fff;
  border: 2px solid #db8916;
  padding: 8px 12px;
  outline: 0
}


/*--Header Section--*/

.saved_items.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.image-with-text__text.rte.body p {
  color: #333 !important;
}

.account-icon {
  width: 33px !important;
  height: auto !important;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: transparent;
}

.mega-dropdown-menu {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1) !important;
}

.dropdown-menu {
  max-width: 1515px;
  left: 15px;
  right: 15px;
}

.header__heading a {
  padding: 0;
  margin-left: 0 !important
}

#header-megamenu {
  width: auto;
  width: 100%;
  padding: 0
}

.custom_menu_wrap_1 {
  margin-bottom: 10px !important
}

.tooltip ul {
  padding: 0 0 !important;
}

.header__icons.header__icons--localization {
  width: 100%
}

.header--middle-left {
  grid-template-columns: 140px 42.5% 1fr;
  column-gap: 0;
}

.search.header-cell {
  width: 100%
}

.custom_class_1,
.custom_class_8 {
  left: 25px;
  top: 25px;
  background: #f3f3f3;
  padding: 15px;
  width: 15%;
  position: absolute;
}

.images_wrap {
  width: 100%;
  float: left
}

.custom_class_8 {
  top: 200px;
}

.tooltip ul li a,
.tooltip ul li {
  text-decoration: none !important;
  color: #56585b !important;
  font-size: 15px !important;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: capitalize;
  font-weight: 300 !important;
  font-family: "Gotham SSm A", "Gotham SSm B";
  white-space: nowrap;
}

.tooltip ul li {
  padding: 4px 20px !important;
  border-bottom: none !important;
  ;
}

.tooltip ul li:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}


.dropdown-menu.mega-dropdown-menu {
  padding-left: 17.5%;
}

.last_megamenu .dropdown-menu.mega-dropdown-menu {
  padding: 0
}

.last_megamenu .dropdown-menu.mega-dropdown-menu h3 {
  font-size: 15px;
  font-weight:500;
  font-family: "Gotham SSm A", "Gotham SSm B";
}

.mega-menu-dropdown .inside-ps .column hr {
  border-top-color: #f5f5f5;
}

.column_1_wrap,
.column_2_wrap {
  width: 27.5%;
  float: left;
  padding-right: 20px;
}

.column_3_wrap {
  width: 45%;
  float: left
}

.index h2.image-with-text__heading {
  font-family: Gotham Cond A, Gotham Cond B;
  margin-bottom: 0 !important;
  font-weight:700;
  
}

.resources_menu_wrap.column_4 .custom_menu_wrap_4 {
  padding-left: 5px;
  margin-bottom: 20px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #f5f5f5;
  padding: 20px;
  width: 50%;
  margin: 0 auto;
  background: transparent;
}

.column_3_wrap .btn.btn-primary {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 20px;
  margin-left: 0px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10px 14px;
  float: none;
  display: block;
  clear: both;
  font-size: 14px;
  font-weight:500;

}

.column_3_wrap .btn.btn-primary:hover,
.column_3_wrap .btn.btn-primary:focus {
  border: 2px solid #db8916;
  padding: 8px 12px;
}

.column_3_wrap h4 {
  font-size: 17px;
  color: #797979;
  float: left;
  margin: 0;
  font-weight: 300 !important;
  
}

.social {
  width: 150px;
  clear: none;
  float: left;
  margin-left: 30px;
  display: flex;
}

.column_3_wrap .custom_menu_wrap_4 li a {
  display: inline;
  padding-left: 0;
  line-height: 2.2;
  font-style: italic;
  text-decoration: underline;
  text-decoration-color: #ccc;
}

.custom_class_2,
.custom_class_3,
.custom_class_4,
.custom_class_5,
.custom_class_6,
.custom_class_7 {
  width: 20%;
  float: left;
  margin-bottom: 15px;
  padding-left: 5px;
}

.images_wrap li a img {
  height: 80px;
}

ul.images_wrap {
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background: transparent !important
}

.navbar-nav>li>a h2 {
  margin: 0 !important
}

.navbar-nav>li>a,
.navbar-nav>li>a h2 {
  text-transform: uppercase !important;
       font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 24px;
  color: #444 !important;
  text-align: center;
  font-weight: 300 !important;
}

.navbar-nav>li>a .caret {
  display: none
}

.navbar-nav>li>a:hover h2,
.navbar-nav>li>a:focus h2 {
  color: #fb8c02 !important
}

.header-wrapper .header .navbar-nav>li .dropdown-toggle {
  display: inline-flex;
}

.navbar-nav .mega-dropdown {
  cursor: auto !important;
}

.header-wrapper .header .navbar-nav>li {
  text-align: center;
}

.header .nav .dropdown-header {
  color: #fb8c02;
  display: block;
  font-weight:700;
  font-size: 14px;
  padding: 0 0 5px 0;
  line-height: 20px
}

.dropdown-menu ul li a {
  text-align: left;
  margin: 0;
  padding: 0 0 8.5px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #222;
  font-weight:300;
  line-height: 20px;
  text-decoration:none
}

.dropdown-menu ul li a:hover,
.dropdown-menu ul li a:focus {
  color: #fb8c02;
}


.account-icon img {
  max-width: 33px;
  border-radius: 0 !important;
  border: none !important
}

.innerImgPoint {
  display: flex !important;
}


.search #header-search-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  width: 100%;
  border: none;
  border-radius: 0;
  height: 39px;
  padding: 5px 15% 5px 15px;
  box-shadow: 0 0 0 0;
  border-radius: 0 5px 5px 0;
  font-weight:300;
}

.header__heading-logo-wrapper img {
  max-width: 140px
}

.search input:focus {
  border: 1px solid #cfcfcf !important;
  color: #000;
  padding: 5px calc(15% - 1px) 5px 14px !important;
  outline: 0 !important;
}

#cse-commerce-s-form {
  position: relative
}

.search input[type='submit'] {
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 10%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #fb8c02 url(https://cdn.shopify.com/s/files/1/0827/5558/4320/files/i-search.svg?v=1737470663) center center no-repeat;
  background-size: auto 18px;
  text-indent: -9999px;
  padding: 0 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  z-index: 2;
  transition: none;
  height: 39px;
  margin: 0;
}

.search input[type='submit']:focus {
  outline: none
}

#searchbar {
  margin-bottom: 0;
}

.account-icon-container {
  margin: 0 !important;
  text-align: center;
}

.search-form-group .form-control-inline::placeholder {
  font-size: 16px
}

.search-form-group .form-control-inline:-ms-input-placeholder {
  font-size: 16px
}

.search-form-group .form-control-inline::-ms-input-placeholder {
  font-size: 16px
}

.search-form-group .form-control-inline::-webkit-input-placeholder {
  font-size: 16px
}

.search-form-group .form-control-inline:-moz-placeholder {
  font-size: 16px
}

.search-form-group .form-control-inline::-moz-placeholder {
  font-size: 16px
}


.header-wrapper {
  background: #f0f0f0;
  border-bottom: none;
  padding-top: 85px
}

.header-wrapper .header {
  max-width: 1545px;
  padding: 0 15px;
  padding-left: 0;
  padding-right: 0;
  position: relative
}

.header-wrapper .header .navbar {
  position: static;
  border: none;
  margin-bottom: 0
}

.header-wrapper .header .header__inline-menu {
  display: flex !important;
  width: 100%;
}

.header-wrapper .header .navbar-nav>li>a {
  padding-top: 32.8px;
  padding-bottom: 29.8px;
}

.navbar-nav,
.list-menu--inline {

  width: 100%;
}

.header-wrapper .header .navbar-nav {
  float: none;
  display: table
}

.header-wrapper .header .navbar-nav>li {
  display: table-cell;
  float: none;
}

.header__icons.header__icons--localization.header-localization {
  margin-left: auto;
}

.account-icon-container .account-icon {
  margin-right: .7vw;
}

.search.header-cell {
  margin-right: 7%;
  position: relative
}

.mega-menu-section.inside-ps {
  padding: 0 25px;
  font-size: 14px;
  font-weight: 300;
  color: #222;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 90;
  background: #fff;
}

.mega-menu-dropdown .column ul,
.mobile-nav ul {
  float: left;
  clear: both;
  width: 95%;
}

.mega-menu-section ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mega-menu-section h3 {
  margin-top: 0
}

.clearfix:before {
  display: none
}

.mega-dropdown-menu {
  padding: 0;
  border: none;
}

.page-listings {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #dbdbdb;
  overflow: auto;
}

.page-listings ul {
  max-width: 1545px;
  padding: 0 15px;
  list-style-type: none;
  justify-content: space-between;
  margin: 0 auto;
  display: flex;
  gap: 15px
}

.page-listings ul:after {
  display: none
}

.page-listings ul li a {
  font-size: 14px;
}

.page-listings ul li a {
  color: #545454;
  text-decoration: none;
  padding: 7px 0;
  text-align: left;
  transition: color .15s;
  display: block;
  white-space: nowrap;
}

.page-listings ul li a:hover {
  color: #fb8c02;
  text-decoration: underline;
}

.header__icon--cart {
  margin-right: 0
}

.header__icons {
  justify-content: end;
  padding-right: 0;
  align-items: center;
}

.menu_wrap_main {
  box-shadow: 0 -1px 5px #999;
  position: relative;
  background: rgba(239, 239, 239, .95);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 85px;
}

.account-icon-container .tooltip {
  border: none;
  border-radius: 0;
  width: 183px;
}


.account-icon-container .tooltip:after,
.cart-popup:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 15px 17px;
  border-color: transparent transparent #ffffff transparent;
  right: 15px;
  top: -15px;
  position: absolute;
  z-index: 110;
  opacity: 1;
}

.main_icon_header_wrap a svg {
    width: 44px;
    height: 44px;
    display: flex;
      justify-content: center;
    align-items: center;
}

.cart-total {
  text-align: right;
  font-weight:500;
  font-size: 16px;
  margin: 0;
}

.checkout-btn,
.view-cart-btn {
  height: 32px;
  border: none;
  min-height: 32px;
  border-radius: 5px;
  font-weight:500;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 14px;
  width: 80%;
  margin: 10px 10% 0;
}

.checkout-btn {
  padding: 9px 14px;
  background: #ff9000;
  color: #fff !important;

}

.cart-popup {
  border: none !important;
}

.checkout-btn:after,
.checkout-btn:before,
.view-cart-btn:after,
.view-cart-btn:before {
  display: none
}

.view-cart-btn:hover {
  color: #4a4a4a !important;
  background: none;
  border-color: #888 !important;
}

.checkout-btn:hover {
  background: #fb8c02 !important;
  ;
  color: #fff;
  border: 2px solid #db8916 !important;
  ;
}

.view-cart-btn {
  border: 2px solid #c2c2c2 !important;
  color: #767676 !important;
  padding: 6px 8px !important;
  background: transparent !important;
}

/*--Home banner  Section--*/

.Category-Hero .iactiveImg img {
  height: 600px !important;
  object-fit: cover;
}

.pointBox .pointBoxCloseIcon {
  width: 30px !important;
  height: 30px !important;
  ;
}

.pointBoxTxt {
  padding: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pointBoxArrow {
  top: 0 !important;
  margin-top: 0 !important;
}

.pointBox {
  margin-top: -25px !important;
}

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


.Category-Hero .firsttype .main-one .pointBox {
  left: auto !important;
  right: 25%
}

.Category-Hero .firsttype .main-three .pointBox {
  left: auto !important;
  top: 62% !important;
  right: 9%
}

.Category-Hero .firsttype .main-one .pointBox .pointBoxArrow,
.Category-Hero .firsttype .main-three .pointBox .pointBoxArrow {
  right: -17px;
  transform: rotate(180deg);
  left: auto
}

.Category-Hero .firsttype .main-three .pointBox .pointBoxArrow {
  top: 38% !important
}

.text-left {
  text-align: left;
}

.Category-Hero {
  margin: auto;
  max-width: 100%;
  position: relative;
  height: auto;
}

.iactiveImg {
  height: 500px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Category-Hero .iactiveImg img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1000px) and (max-width: 1050px) {
  .hero-bckgd-text {
    right: 55%;
  }
}

@media only screen and (min-width: 1051px) {
  .hero-bckgd-text {
    right: 60%;
  }
}

@media only screen and (min-width:1365px) {
  .hero-bckgd-text h1 {
    font-size: 3.5em;
    letter-spacing: 2px;
  }

}

@media only screen and (min-width: 1000px) {
  .hero-bckgd-text {
    max-width: 700px;
    padding: 20px 40px;
    margin: auto;
    position: absolute;
    top: 15%;
  }


  .hero-bckgd-text h2 {
    font-size: 1.3em;
    max-width: 600px;
  }
}


@media only screen and (max-width: 1365px) {
  .hero-bckgd-text p {
    font-size: 1.2em !important;
  }

  .hero-bckgd-text h1 {
    font-size: 3.2em !important;
  }
}

@media only screen and (max-width: 999px) {

  .iactiveImgPoint .pulsetrigger,
  .iactiveImg .pulsetrigger,
  .iactiveImgPoint,
  .iactiveImgPointInner {
    display: none !important;
  }
}

@media only screen and (max-width: 999px) {
  .iactiveImg {
    height: 550px;
    padding-bottom: 5%;
  }

  .hero-bckgd-text {
    width: 94%;
    margin: auto;
    padding: 20px;
    margin-top: -550px;
    position: relative;
  }

  .hero-bckgd-text h1 {
    font-size: 2.5em;
    letter-spacing: 1px;
  }

  .hero-bckgd-text h2 {
    font-size: 1.1em;
  }

  .Category-Hero {
    height: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-bckgd-text p {
    font-size: 18px !important;
  }

  .ps-headline h2 {
    font-size: 32px !important;
  }

  .ps-headline {
    margin-bottom: 20px
  }

  .image-with-text__text.rte.body p {
    font-size: 16px;
  }
.tooltip ul li a{font-size:13px !important;}
}

.hero-bckgd-text h1 {
    font-family: "Gotham Cond A", "Gotham Cond B";
    text-transform: uppercase;
    line-height: 0.9;
    color: #f08921;
    opacity: 1 !important;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 2px !important;

}

.hero-bckgd-text p {
  color: #fff;
  opacity: 1 !important;
  line-height: 1.1;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 1.3em;
  max-width: 600px;
  margin: 0 auto 15px;
}

.hero-bckgd-text h1,
.hero-bckgd-text h2 {
  margin-top: 0
}

.hero-bckgd-text .btn-primary {
  margin-top: 15px;
}

/*--Feature Row Section--*/

.feature-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  position: relative;
  margin-top: 40px;
}

.feature-col-bckgd {
  padding: 2% 4% 5%;
}

.feature-col-bckgd {
  background: #f0f0f0;
}

@media only screen and (min-width:1115px) {
  .feature-col-bckgd {
    height: 450px;
    padding-top: 100px;
  }
}

@media only screen and (min-width: 951px) and (max-width:1114px) {
  .feature-col-bckgd {
    height: 450px;
    padding-top: 40px;
  }
}

@media only screen and (max-width: 950px) {
  .feature-col-bckgd {
    order: 1;
  }
}

.feature-col-bckgd h2 {
  font-family: "Gotham Cond A", "Gotham Cond B", 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
  font-size: 2.3em;
  text-transform: uppercase;
  line-height: 0.95;
  color: #f08921;
  font-weight: 600;
  padding-bottom: 15px;
  letter-spacing: 1px;
}

.feature-col-bckgd p {
  line-height: 1.5;
  padding-bottom: 20px;
}

.feature-col-image img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 951px) {
  .feature-col-bckgd {
    flex: 33.3333%;
    max-width:33.3333%;
    margin: 0;
  }

  .feature-col-image {
    flex: 66.66667%;;
    max-width: 66.66667%;;
  }

  .feature-col-image img {
    height: 450px;
  }
}

@media only screen and (max-width: 950px) {
  .feature-col-bckgd {
    flex: 100%;
  }

  .feature-col-image {
    flex: 100%;
  }

  .feature-col-image img {
    height: 300px;
  }
}


.index .collectionTitle {
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
  background: transparent !important
}

.collectionTitle a {
  text-transform: uppercase;
  color: #555957;
  font-size: 1.3em;
  letter-spacing: 1px;


  line-height: 1.1;
}

.collectionTitle a:hover {
  color: #f08921;
  text-decoration: none
}

.custom-cardInner a img:hover {
  opacity: 0.5;
  transition: 1s ease;
}


@media only screen and (max-width: 767px) {
  .collectionTitle a {
    font-size: 20px
  }

  .image-with-text-one .image-with-text__text-item .image-with-text__content h2,
  .image-with-text-two .image-with-text__text-item .image-with-text__content h2 {
    font-size: 37px !important;
  }

  .custom-image-banner .banner__box h2 {
    font-size: 40px !important;
  }

  .custom-image-banner .banner__box p {
    font-size: 16px !important;
  }

  .custom-multicolumn-section .multicolumn-card__info h3 {
    font-size: 32px !important
  }

  .custom-multicolumn-section .multicolumn-card__info p {
    font-size: 16px !important
  }
}

/*--Footer CSS  --*/
.phone-number a {
  position: relative;
}

footer .phone-number a:first-child::before {
  content: '';
  background: url(/cdn/shop/files/i-phone.svg?v=1737718500) 0 0 no-repeat;
  background-size: contain;
  display: block;
  width: 10px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0;
}

.newsletter-form__field-wrapper {
  min-width: 342px
}

.newsletter-form__field-wrapper small {
  color: #fff
}

.newsletter-form__field-wrapper input {
  height: 39px;
  padding: 5px 15px !important;
  outline: 0;
  box-shadow: none;
  width: 100%;
}

.newsletter-form__field-wrapper .field {
  align-items: center;
}

.newsletter-form__field-wrapper .newsletter-form__button {
  background-color: #fb8c02 !important;
  background-image: url(/cdn/shop/files/i-mail.webp?v=1737718500);
  background-size: auto 40%;
  border: none;
  width: 55px;
  height: 39px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5px 15px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.newsletter-form__field-wrapper .newsletter-form__button span {
  opacity: 0
}

.newsletter-form__field-wrapper .field__input::placeholder {
  color: #333 !important
}

.newsletter-form__field-wrapper .field__input:-ms-input-placeholder {
  color: #333 !important
}

.newsletter-form__field-wrapper .field__input::-ms-input-placeholder {
  color: #333 !important
}

.newsletter-form__field-wrapper .field__input::-webkit-input-placeholder {
  color: #333 !important
}

.newsletter-form__field-wrapper .field__input:-moz-placeholder {
  color: #333 !important
}

.newsletter-form__field-wrapper .field__input::-moz-placeholder {
  color: #333 !important
}

footer.footer {
  position: relative
}

.footer__content-bottom {
  background: #1c1c1c;
  padding: 10px 0 !important;
  position: absolute;
  transform: translateY(0rem) !important;
  ;
  opacity: 1 !important;
  right: 0;
  left: 0;
  bottom: 0;
}

.footer__content-top {
  padding-bottom: 0 !important;
}

.footer__copyright {
  margin-top: 0 !important;
  font-size: 12px;
  font-weight: 300 !important;
  color: #9b9b9b;
  float: left;
  padding-bottom: 0;
}

.footer__content-bottom-wrapper--center {
  justify-content: start !important;
}

.footer__content-bottom .page-width {
  max-width: 96%;
}

.footer-top .address {
  max-width: 295px;
  font-weight:300;
}


footer.footer .list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0 25px;
}

.footer-up-section {
  align-items: center;
}

.contact h5.phone-number {
  margin: 0
}

@media only screen and (max-width: 1365px) {
  .navbar-nav>li>a {
    font-size: 23px;
  }
}

@media only screen and (max-width: 989px) {
  .menu-drawer {
    max-width: 265px
  }

  .has-submenu.list-menu li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    background: #f6f6f6;

  }

  button.menu-drawer__close-button.link.link--text.focus-inset {
    margin-top: 0;
    opacity: .4;
    background: #fff;
    border-bottom: 1px solid #ddd;
    font-size: 15px
  }

  summary#HeaderDrawer-shop,
  summary#HeaderDrawer-other {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    background: #f6f6f6;
    color: #fb8c02;
    font-size: 0.85em;
    pointer-events: none;
  }

  summary#HeaderDrawer-shop .svg-wrapper,
  summary#HeaderDrawer-other .svg-wrapper {
    display: none
  }

  .has-submenu.list-menu li {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    background: #fff;
  }

  .js .menu-drawer__menu li {
    margin-bottom: 0;
  }

  .menu-drawer__menu-item {
    padding: 0.9rem 3rem;
  }

  .menu-drawer__menu-item--active,
  .menu-drawer__menu-item:focus,
  .menu-drawer__close-button:focus,
  .menu-drawer__menu-item:hover,
  .menu-drawer__close-button:hover {
    color: #fb8c02 !important;
    background-color: transparent !important;
  }

  .header__icon--menu[aria-expanded=true]:before {
    background: rgba(0, 0, 0, .25) !important;
  }

  .menu-drawer__menu-item {
    text-decoration: none;
    font-size: 15px !important;
    color: #444;
    padding: 9px 25px;
  }

  .menu-drawer summary.menu-drawer__menu-item {

    font-size: 15px;
  }

  .header--middle-left {
    grid-template-columns: 34px 200px 1fr;
    gap: 0 10px
  }

  .menu-drawer__utility-links {
    display: none;
  }

  .images_wrap li a img {
    height: auto;
    width: 100%;
    max-width: 200px;
    display: table;
    margin: 0 auto;
  }

  ul.images_wrap {
    list-style-type: none;
    background: #f6f6f6 !important;
    position: static;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: auto;
    padding: 20px !important;
    transition: all .25s;
    margin: 0 -10px;
    float: none;
  }

  ul.images_wrap li a {
    display: block
  }

  ul.images_wrap li a {
    margin-bottom: 17px
  }

  ul.images_wrap li a:last-child {
    margin-bottom: 0
  }

  details[open]>div {
    padding: 0;
  }

  .menu-drawer__navigation {
    padding: 0 0 !important;
  }

  .header-wrapper .header {
    padding: 0 2%;
  }

  .header__heading,
  .header__heading-link {
    text-align: left;
    width: 100%;
  }

  .header__heading-logo-wrapper img {
    width: 200px;
    max-width: 100%;
    margin-top: 4px
  }

  .header .header__icons {
    gap: 0 10px;
  }

  ul.menu-drawer__menu.list-menu li summary:hover {
    color: #fb8c02;
    background: transparent;
  }
}

@media only screen and (max-width: 989px) {
  .header-wrapper .header .header__inline-menu {
    display: none !important
  }
}




/*--schools-athletics page--*/


.slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: end;
  position: absolute;
  top: -50px;
  right: 0;
}

.slick-dots li button {
  width: 20px;
  height: 20px;
  background-color: #393939;
  border: none;
  border-radius: 50%;
  margin: 4px;
  font-size: 0;
}

.slick-dots li.slick-active button {
  background-color: #fb8c02;
}

::selection {
  background: #e6e7e8;
}

.feature-row,
.list-row,
.feature-row-video,
.inspiration-row,
.secTemplate-article,
.secTemplate-SeeAlso,
.secTemplate-2col,
.secTemplate-3col,
.secTemplate-4col {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0% 3% 0 3%;
}

div.breadcrumb {
  display: none;
}

.text-left {
  text-align: left;
}

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

.feature-row,
.feature-row-background {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
}

.list-row {
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
}

.feature-row-item,
.list-row-item {
  flex: 1 1 0;
  position: relative;
}

.feature-row-item-text {
  flex: 0 1 50%;
  padding: 0 75px;
}

.feature-row-item img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.feature-row-item-text a {
  text-decoration: underline;
  text-decoration-color: white;
}

.list-row-item-text {
  flex: 0 1 50%;
}

.feature-row-item img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.main-row-item-text h4 {
  font-weight: 300;
  color: #444;
  font-family: "Gotham SSm A", "Gotham SSm B";
}

.main-row-item-text h1 {
  font-family: "Gotham Cond A", "Gotham Cond B"; font-weight:700;
  font-weight: 500;
  padding: 0px;
  margin: 0;
  text-transform: uppercase;
  line-height: 1em;
  color: #f08921;
}

.secondary-slider {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px
}

@media only screen and (min-width: 768px) {

  font-size: 1.3em;
}

.custom-new-privacy-page {
  padding: 0px;
}

.visible-mobile-block {
  display: none !important;
}

.sectionbreak {
  margin-top: 50px;
  margin-bottom: 40px;
}

.sectionbreak2 {
  margin-bottom: 40px;
}

.feature-row,
.list-row {
  margin: 0 auto;
  flex-direction: row;
  padding-bottom: 20px;
}

.list-row-item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.list-row-text-image>*+* {
  margin-left: 5%;
}

.feature-row-item-text h2,
.list-row-item-text h2 {
  text-transform: uppercase;
  font-size: 30px;
  color: #f08921;
  margin-bottom: 1em !important;
 font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight:500 !important;
  line-height: 1.4 !important;

}

.feature-row-item-text h3,
.list-row-item-text h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  padding-top: 20px;
  color: #f08921;
  font-weight:500;
      font-family: "Gotham SSm A", "Gotham SSm B";
}

.main-row-item-text h4 {
  font-size: 2em;
}

.main-row-item-text h1 {
  font-size: 5em;
}
}

@media only screen and (max-width: 767px) {
  .custom-new-privacy-page {
    padding: 10px !important;
  }

  .visible-lgscreen {
    display: block !important;
  }

  .feature-row-item-text,
  .list-row-item-text {
    padding: 10px 10px 50px 10px;
    order: 1;
  }

  .feature-row-item-text h2,
  .list-row-item-text h2 {
    text-transform: uppercase;
    font-size: 24px;
    color: #f08921;
    padding-top: 10px;
   
  }

  .feature-row-item-text h3,
  .list-row-item-text h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    color: #f08921;
    padding-top: 10px;
  }

  .feature-row-item-image-single {
    width: 100%;
    max-width: 400px;
  }

  .list-row-item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .main-row-item-text h4 {
    font-size: 1.5em;
  }

  .main-row-item-text h1 {
    font-size: 4em;
  }
}

@media only screen and (min-width: 767px) {

  .sales-block h2,
  .sales-block2 h2 {
    font-size: 35px;
    padding: 1.5% 2%;
    color: #F08921;
    border: 0px solid;
    border-right: none;
    border-left: none;
    clear: both;
    text-align: center;
    position: relative;
    font-family: "Gotham SSm A", "Gotham SSm B";
    margin-bottom: 1em;
    letter-spacing: 0px !important;
        font-weight: 500 !important;
  }
}

@media only screen and (min-width: 768px) {
  .sales-block h2:before {
    content: " ";
    display: block;
    border-top: 2px solid #F08921;
    position: absolute;
    top: 50%;
    left: 0;
    right: 50%;
    margin-right: 290px;
  }
}

@media only screen and (min-width: 768px) {
  .sales-block h2:after {
    content: " ";
    display: block;
    border-top: 2px solid #F08921;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    margin-left: 290px;
  }
}

@media only screen and (max-width: 767px) {

  .sales-block h2,
  .sales-block2 h2 {
    font-size: 35px;
    padding: 1.5% 2%;
    color: #F08921;
    border-bottom: 2px solid #F08921 !important;
    clear: both;
    text-align: center;
    position: relative;
    font-weight:500 !important;
            font-family: "Gotham SSm A", "Gotham SSm B";
  }

  .sales-block .main-content {
    float: none;
    width: 100%;
  }
}

@media only screen and (min-width: 767px) {
  .sales-block2 h2:before {
    content: " ";
    display: block;
    border-top: 2px solid #F08921;
    position: absolute;
    top: 50%;
    left: 0;
    right: 50%;
    margin-right: 450px;
  }
}

@media only screen and (min-width: 767px) {
  .sales-block2 h2:after {
    content: " ";
    display: block;
    border-top: 2px solid #F08921;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    margin-left: 450px;
  }
}

.sales-block .main-content {
  /*float: right;*/
  width: 100%;
  margin: 0 auto;
}

.sales-block:nth-child(even) .main-content {
  float: left;
}

.page-wrap {
  max-width: 1920px !important;
}

.collection-hero__inner {
  gap: 30px
}

.collection-hero__text-wrapper {
  border: none
  padding: 0 !important;
  overflow: hidden;
  position: relative;
}

.collection-hero__image-container {
  margin-left: 0 !important
}

.collection-hero__title {
  text-transform: capitalize;
  line-height: 0.9;
  font-size: 36px;
  font-weight:500;
  color: #333;
  font-family: "Gotham SSm A", "Gotham SSm B";
}

.collection-hero__description {
  margin-bottom: 0
}

.collection-hero__description p strong {
  font-size: 20px;
  line-height: normal;
  font-family: "Gotham SSm A", "Gotham SSm B";
  margin-bottom:15px;
  font-weight: 400;
  display: block;
}
.collection-hero__description p strong:first-child{margin-top:0}
.collection-hero__description p strong{
margin-top: 20px;
}
.collection-hero__description p br{display:none}
.collection-hero__description p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 0;
}

.breadcrumbs__list {
  display: flex;
  gap: 7px;
  padding: 8px 0;
}

.home-page .buckets li {
  margin-bottom: 0;
}

.home-featured-product-section {
  margin-bottom: 40px;
}

.image-with-text-one .color-scheme-1 {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 40px;
}

.custom-collection-list-section .color-scheme-1 .collection-list-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 40px
}

.image-with-text-two .color-scheme-1 {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 40px;
  margin-top: 20px
}

.no-heading .page-width {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 40px;
  margin-top: 40px
}


.full-unstyled-link,
.card-information .price {
  font-size: 19px;
  font-weight:500;
      color: #2e2e2e;
}
.card-wrapper .price__container .price_inner_wrap{
     color: #2e2e2e;
}

.card__information,
.card-information {
  text-align: center !important
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  display: none !important;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  display: none !important;
}

@media only screen and (max-width: 610px) {
  .collection-list {
    gap: 15px;
    flex-wrap: wrap;
  }
}

.facet-filters__field {
  flex-direction: column;
}

.filter_inner_wrapping {
  margin: 20px 0
}

.sorting,
.filter_inner_wrapping {
  border: 2px solid #efefef;
  padding: 0 !important;
}

.sorting .facet-filters__label,
.filter_inner_wrapping h2 {
  padding: 7px 10px;
  display: block;
  background-color: #f0f0f0;
  width: 100%;
  margin: 0px;
  font-size: 14px;

}

.filter_inner_wrapping .js-filter {
  padding: 4%
}

.filter_inner_wrapping .facets__summary {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}


.filter_inner_wrapping .facets-layout .facet-checkbox__text-label,
.filter_inner_wrapping .facets-layout .facet-checkbox__text {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  text-decoration: none !important;
  text-transform: capitalize;
  color: #333
}

.sorting .facet-filters__label label,
.filter_inner_wrapping h2 {
  margin-bottom: 0 !important;
  color: #333 !important;
  font-weight:700; font-family: "Gotham SSm A", "Gotham SSm B";
  letter-spacing: 0 !important;
}

.facets__label:hover,
.facets__label.active,
.facets__label:has(:focus-visible) {
  color: #fb8c02 !important;
  text-decoration: none;
}

.svg-wrapper i,
.fa.fa-times-circle-o {
  font-size: 16px;
  color: #2e2e2e;
}

.cart_details_wrap .product-option {
  color: #666
}

.facet-checkbox .svg-wrapper {
  visibility: hidden;
  position: absolute;
  left: 1px;
  z-index: 5;
  top: 14px;
  width: 11px;
  height: 11px;
  border-radius: 2px;
}

.filter_inner_wrapping .facets-layout input {
  width: 13px !important;
  height: 13px !important;
  border-radius: 2px;
  position: relative !important;
  margin: 3px 5px 0 0;
  top: 0 !important;
  left: 0 !important;
  border-radius: 3px
}

.facet-checkbox .svg-wrapper {
  visibility: hidden;
  position: absolute;
  left: 1px !important;
  z-index: 5;
  top: 14px !important;
  width: 11px !important;
  height: 11px !important;
  border-radius: 2px;

}

.card-information .jdgm-widget.jdgm-widget .jdgm-prev-badge__text {


  font-size: 11px;
  color: #999;
  font-family: "Gotham SSm A", "Gotham SSm B";
}

.facets-vertical .facet-checkbox input[type=checkbox] {
  z-index: 1;
}

.filter_inner_wrapping details {
  overflow: hidden;
  height: auto;

}

.filter_inner_wrapping details[open] {
  height: auto
}

.filter_inner_wrapping ul {
  margin-top: 10px
}

.filter_inner_wrapping .facets__display-vertical {
  padding-bottom: 0;
}

.filter_inner_wrapping .facets__display-vertical button.link,
.related_products_wrap .read_more_categories,
.related_products_wrap .read_less_categories {
  margin-top: 0;
  padding: 0;
  font-weight:500;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 14px;
}

.filter_inner_wrapping .facets__display-vertical button.link:hover,
.related_products_wrap .read_more_categories:hover,
.related_products_wrap .read_less_categories:hover {
  color: #fb8c02;
  cursor: pointer
}

.facet-checkbox {
  z-index: 1;
}

ul.breadcrumbs__list.list-unstyled a,
ul.breadcrumbs__list .breadcrumbs__item {
  font-size: 14px;
}

ul.breadcrumbs__list.list-unstyled a:hover {
  color: #fb8c02 !important;
}

.filter_inner_wrapping ul li label {
  padding: 10px 0;
  margin-bottom: 0
}

.filter_inner_wrapping .facets__label.facet-checkbox svg {
  display: none
}

.filter_inner_wrapping .facets__label.facet-checkbox .svg-wrapper svg {
  display: flex;
  background: #0075ff !important;
}

.filter_inner_wrapping .facets__label.facet-checkbox .svg-wrapper svg path {
  fill: #fff
}

#FacetsWrapperDesktop .page-width {
  padding: 0
}

.facet-filters__field .select {
  width: 92% !important;
  margin: 4%;
}

span.sale_badge_CC {
  color: #ff5656;
  text-transform: capitalize !important;
  margin-left: 10px;
  display:inline-flex
}

.collection .card__heading {
  margin-bottom: 15px;
      font-family: "Gotham SSm A", "Gotham SSm B";
}

.collection .full-unstyled-link {
  text-decoration: none !important;

}

.active-facets__button-wrapper,
.active-facets__button {
  display: none !important
}

.facet-filters__field .select select {
  height: 45px !important;
  font-size: 15px;
  min-height: 45px !important;
  line-height: 45px !important;
  border: 1px solid #aaa !important;
  transition: all .25s !important;
  width: 100% !important;
  padding-left: .6em !important;
  outline: 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
}

.facet-filters__field .select select:focus {
  border: 1px solid #FF9A03 !important;
  box-shadow: none !important
}

.select .svg-wrapper,
.customer select+.svg-wrapper {
  right: 6px;
}

/*--
.shopify-section-header-sticky .menu_wrap_main {
  position: fixed;
  top: 0;
  background: #f0f0f0;
  left: 0;
  right: 0;

  -webkit-transition: .6s;
  transition: .6s;
  outline: none;
}
--*/
*,
*::before,
*::after {
  letter-spacing: 0 !important;
}





.filter_inner_wrapping .facets__summary svg path {
  opacity: 0
}




/*-- products page css  --*/

.model-bottom-content .model-product-title {
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, .45);
}

.model-bottom-content {
  left: 0;
  right: 0;
}

.modal-product-thumbnail {
  padding: 10px
}

.modal-product-thumbnail .slick-slide img {

  border: none;
  border-radius: 3px;
  background-color: white;
}

.modal-product-thumbnail .slick-slide {
  margin-right: 5px
}

.modal-product-thumbnail .slick-list {
  float: none
}

.product-media-modal__content_slider .slick-slide img {
  object-fit: cover;
  display: table;
  margin: 0 auto;
  border: none
}

.thumb-image svg {
  height: 60px;
  background: #fff;
  border-radius: 3px;
}

.slick-prev.slick-arrow,
.slick-next.slick-arrow {
  width: 42px;
  height: 39px;
  border: none;
}

.slick-prev.slick-arrow,
.slick-next.slick-arrow {
  background-color: rgba(0, 0, 0, .45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 0;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1080;
  border: none;
}

.slick-next.slick-arrow {
  right: 15px;
}
.slick-prev.slick-arrow{left:15px;}
.slick-prev.slick-arrow:after {
  content: "\e094";
  font-family: lg;
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-next.slick-arrow:after {
  content: "\e095";
  font-family: lg;
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-right-content {
  background: transparent;
  float: right;
  display: flex;
  justify-content: end;
  align-items: center;
}

#lg-counter,
.lg-toolbar .lg-icon {
  color: #e7e7e7 !important;
  float: none;
}

.model-top-content.lg-outer {
  display: flex;
  justify-content: space-between;
  height: 47px !important;
}

.top-right-content.lg-toolbar.lg-group {
  background: transparent;
  padding-right: 20px;
}

.lg-outer .lg-dropdown a {
  display: flex !important;
  align-items: center;
  text-decoration: none !important;
}

.product-media-modal__content {
  padding: 0 11rem !important;
}

.product-media-modal,
.product-media-modal__dialog {
  background: none !important;
}

.product-media-modal__content {
  background-color: rgba(0, 0, 0, 0.7) !important;
  
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998 !important;
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced !important;
  
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39 !important;
  
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027 !important;
  
}

.custom-regularPrice-outer {
  color: #888;
  font-weight: normal;
  margin: 0 0 5px 0;
  font-size: 12px;
}

.custom-regularPrice-outer span .price-item {
  font-size: 12px !important;
}

.custom-salePrice-outer {
  color: #902003;
}

.product__media-wrapper {
  position: relative
}

.thumbnail-list {
  flex-wrap: wrap !important;
  display: flex !important;
  flex-direction: column;
}

.thumbnail-list li {
  width: 100%;
  margin-bottom: 0;
  border: none;
}

.thumbnail-slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 12.35%;
}

.product__media-list {
  padding-right: 24% !important;
  padding-left: 16% !important;
}

.thumbnail-list li svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  cursor: pointer;
}

.thumbnail-list li button {
  border: none;
  box-shadow: none !important;
}

.thumbnail-list li:last-child {
  margin-bottom: 0;
  border: none;
  text-align: center;
}

.media {
  margin-top: 0;
}

.product-description.descMore {
  border: 2px solid #efefef;
  padding: 32px;
  margin-top: 25px;
}

.thumbnail-list li:last-child a {
  font-size: 11.5px;
  color: #5e5e5e;
  text-decoration: none;
  top: 55%;
  left: 0;
  right: 0;
  white-space: nowrap;
}

.thumbnail-list li:last-child * {
  transition: all .4s;
}

.thumbnail-list li:last-child a:after {
  content: '\2022 \2022 \2022';
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #5e5e5e;
}

.product-media-container {
  border: none
}

.product__title h1 {
  font-size: 36px;
  font-weight:500;
  color: #333;
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
}

.grey-bar.related-products__heading {
  background: #f0f0f0;
  padding: 14px 25px 14px;
  font-size: 20px;
font-family: "Gotham SSm A", "Gotham SSm B" !important;
  text-transform: capitalize !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  color: #333 !important;
}

.product__info-container,
.product-specs {
  border: 2px solid #efefef;
  padding: 32px;
  width: 100%;
  max-width: 100% !important;
  height: auto !important;
}

.product__info-container {
  margin-bottom: 25px;
}

.product__title {
  margin-bottom: 0 !important
}

.product__text.inline-richtext {
  margin-top: 0
}

.custom-average-rating {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 5px;
  line-height: 1.7;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.custom-write-text {
  margin-left: 35px !important;
}

.product-form__input--pill input[type=radio]:checked+label {
  background-color: #FB8B01 !important;
  color: #fff !important;
}

.variant-info {
  text-align: center;
  color: #333
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f8f8f8;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  border-top: none;
}

.spec-video {
  background-color: #f8f8f8;
  padding: 5px;
  margin-bottom: 15px;
  display: flex;
  width: 100%;
}

.spec-video iframe {
  width: 100%;
  height: 250px
}

table.table.table-striped {
  margin-bottom: 0;
}

#specification-details table tr td {
  font-size: 14px;
  color: #333
}

#specification-details table tr td a {
  color: #2e2e2e
}

.wrap-same-products,
.custom-customer-reviews {
  border: 2px solid #efefef;
  margin-bottom: 40px;
}

.custom-customer-reviews .jdgm-rev-widg__summary {
  align-items: self-start !important
}

.custom-customer-reviews .jdgm-rev-widg {
  padding: 25px 25px;
}

.product-form__input--pill label {
  font-weight: 400;
  font-size: 16px !important;
  border-radius: 3px !important;
  border: none !important;
  border-bottom: 2px solid !important;
  background: #f0f0f0 !important;
  line-height: 22px !important
}

.wrap-same-products .full-unstyled-link,
.wrap-same-products .card-information .price {
  font-size: 14px;
  text-decoration: none !important;

}

.wrap-same-products .full-unstyled-link {
font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 13px
}

/*body.product .color-scheme-1 {
  padding-bottom: 0
}*/

body.product .related-products {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0
}

.product .product {
  margin-bottom: 40px
}

.jdgm-widget-actions-wrapper .jdgm-write-rev-link {
  text-transform: uppercase;
  font-weight:500;
  font-weight: 500;
  text-decoration: none
}

.jdgm-widget-actions-wrapper .jdgm-write-rev-link:hover {
  border: 2px solid #db8916;

}

/*--FAQ page --*/
.faq-top-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
  align-items: center;
}

.faq-top-container {
  display: flex;
}

.page-faq #MainContent h2 {
  font-weight: 500 !important;
  font-size: 1.3em !important;
  margin-bottom: 2em !important;
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  text-transform: none !important;
  color: #333 !important
}

.page-faq .pagetop,
.page-faq .content-for-layout a {
  color: #f18903;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 300 !important;
}

.page-faq p {
  margin-bottom: 1em;
  font-weight:300;
}

.page-faq #MainContent {
  margin: 40px 0
}

.top-menu-list {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 40px
}

.top-menu-list h2 {
  margin: 0 !important;
  line-height: 0;
   
  text-transform: uppercase !important;
  font-size: 16px !important;
}

.faq-top-container ul li {
  position: relative
}

.faq-top-container ul li:after {
  content: "";
  height: 16px;
  background: #333;
  width: 1px;
  position: absolute;
  right: -7px;
  top: 6px;
}

.faq-top-container ul li:last-child::after {
  display: none
}

.collection .facets-container {
  column-gap: 0;
  grid-template-columns: auto;
}

.mobile-facets__wrapper {
  justify-content: center;
  margin: 0 0 15px;
}

.mobile-facets__wrapper .mobile-facets__open-wrapper .button-label {
  background: #ff9000;
  padding: 10px 14px;
  font-size: 16px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  font-weight:500;
  width: 100%;
  text-align: center;
  text-decoration: none !important
}

.collection .facets-container .mobile-facets__disclosure {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  display: table;
}

.collection .facets-container .mobile-facets__open,
.collection .facets-container .mobile-facets__open-wrapper {
  width: 100%;

}

.mobile-facets__wrapper .mobile-facets__open-wrapper .button-label:hover,
.mobile-facets__wrapper .mobile-facets__open-wrapper .button-label:focus {
  background: #fb8c02;
  color: #fff;
  border: 2px solid #db8916;
  padding: 8px 12px;
}

.collection .mobile-facets__inner {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.mobile-facets__footer>* {
  width: 100% !important;
}

.mobile-facets__header {
  box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
}

.mobile-facets__header .mobile-facets__heading {
  font-size: 20px;
  text-transform: capitalize !important;
  text-align: left;
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  color: #333 !important;
  margin-bottom: 0 !important;
}

.mobile-facets__header .mobile-facets__count {
  text-align: left;
}

.collection .mobile-facets__main .mobile-facets__sort {
  flex-direction: column;
}

.collection .mobile-facets__summary .mobile-facets__summary>div {
  flex-direction: column;
}

.collection .mobile-facets__main {
  padding: 0;
}

.collection .mobile-facets__summary {
  padding: 20px;
}

.mobile-facets__sort label {
  width: 100%
}

.collection .mobile-facets__main .select {
  width: 100% !important;
}

.mobile-facets__sort .select .select__select {
  width: 100%;
  font-size: 16px;
  height: 45px;
  min-height: 45px;
  line-height: 45px;
  border: 1px solid #aaa;
  transition: all .25s;
  padding: 0 .6em;
  margin: 0;
  outline: 0 !important;
}

.mobile-facets__sort .select .select__select:focus {
  border: 1px solid #f08921;

}

.collection .mobile-facets__main .filter_wrap {
  padding: 7px 10px;
  display: block;
  background-color: #f0f0f0;
  width: 100%;
  margin: 0px;
  font-weight: 700;
  font-size: 14px;

}

.collection .mobile-facets__main .mobile-facets__sort .select .svg-wrapper {
  right: 15px;
}

.collection .mobile-facets__main .custom_accordion_wrap {
  margin-top: 10px;
  padding-left: 25px;
}

.collection .mobile-facets__main .mobile-facets__list {
  overflow-y: auto;
  padding-left: 25px;
  margin: 10px 0;
}

.collection .mobile-facets__main .mobile-facets__list li label {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400 !important;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #333;
}

.collection .mobile-facets__main .facets-layout-list .facets__label:hover .facet-checkbox__text-label,
.collection .mobile-facets__main .facets-layout-list input:focus~.facet-checkbox__text-label {
  text-decoration: none !important
}

.learn_more_btn,
.learn_less_btn {
  font-weight:500;
  margin-top: 10px
}

.collection .mobile-facets__main .mobile-facets__label {
  padding: 5px 0 5px 0;
  width: 100%;
  transition: background-color .2s ease;
  word-break: break-word;
  display: flex;

}

.mobile-facets__highlight {
  background-color: transparent !important;
}

.collection .mobile-facets__main .facets-layout-list--text input[type=checkbox] {
  top: 1px;
  left: 0;

}

.mobile-facets__footer>.button.button--primary {
  text-transform: uppercase
}

.collection .mobile-facets__main .mobile-facets__label .icon-checkmark {
  position: absolute;
  top: 8px;
  left: 3px;
  visibility: hidden;
  width: 11px;
  height: 9px;
}


/*--Cart popup CSS --*/


/* .cart .cart-items .cart-item__totals.right .loading__spinner {
  display: none !important
} */

.cart .cart-item .loading__spinner:not(.hidden)~* {
  visibility: visible;
}

.cart .cart-items .cart-item__totals.right .cart-item__price-wrapper {

  opacity: 1 !important;
}

.cart-popup {
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.3) !important;
  top: 85% !important;
  padding: 15px 0 15px 15px !important;
}

.cart-popup .remove-item {
  padding: 0;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #dddd;
  width: 20px;
  height: 20px;
  line-height: 0;
  position: absolute;
  right: 0;
  top: 5px;
}

.cart-popup .cart-item-details.cart-item-details-2 {
  padding-right: 18px;
}

.cart-popup .cart-item {
  position: relative
}

.cart-popup .quantity {
  min-height: auto;
  border: none;
  box-shadow: none;
  width: auto;
  outline: 0;
}

.cart-popup .quantity:after,
.cart-popup .quantity:before {
  display: none
}

.cart-popup .cart-item-title {
  color: #2e2e2e !important;
  font-size: .9em;
  font-weight:500;
  font-family: "Gotham SSm A", "Gotham SSm B";
}

.cart-popup .cart-item-details.cart-item-details-1,.cart-popup .cart-item-details {
  padding-right: 18px;
  max-width: 78%;
}

.cart-popup .cart-item-sku {
  font-size: 0.85em;
  margin-bottom: 0;
}

.cart-popup .cart-item-quantity-price {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-popup .cart-item-quantity-price span {
  font-size: 11.8px;
  color: #333;
}

.cart-item-image {
  border-radius: 50%;
  min-width: 50px
}

.cart-popup .save-for-later-btn {
  font-size: 11px;
  background: transparent;
  border: none;
  padding: 0;
  color: #2e2e2e;
  letter-spacing: 0 !important;
  text-decoration: underline;
}

.cart-popup .cart-footer {
  margin-top: 15px;
  padding-right: 15px
}


.cart-count-bubble {
  font-weight:500;
  background-color: transparent;
  color: #333;
  font-size: 15px;
  line-height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -6px;
  margin-left: 2px;
}

.empty_cart .cart-popup {
  display: none !important
}


.alert.alert-success.newsletter-form__message {
  width: 100%;
  padding: 5px 10px
}

/*-- products page add cart and qty section css--*/

.product__info-container .custom-qty-buy-combine {
  display: flex;
  justify-content: center;
}


.product__info-container .custom-qty-buy-combine {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.product__info-container .custom-qty-buy-combine .product-form__input {
  flex: 0 0 auto;
  margin-bottom: 0;
}

.product__info-container .add_to_cart_inner .product-form__submit {
  width: 210px;
  margin-bottom: 0;
  min-height: auto;
  border-radius: 5px 0 0 5px;
  font-weight:500;
  padding: 10px;
  background: transparent;
  font-size: 16px
}

.product__info-container .add_to_cart_inner .product-form__submit:after,
.product__info-container .add_to_cart_inner .product-form__submit:before {
  display: none
}

.product__info-container .add_to_cart_inner .icon_save_for_later {
  margin-left: 0 !important;
  border-radius: 0 5px 5px 0;
  padding: 2px 7px;
  background: transparent !important;
  line-height: 33px;
  cursor: pointer;
  position: relative;

}


.product__info-container .add_cart_wrap:after {
  content: "";
  width: 2px;
  top: 0;
  bottom: 0;
  background: #ffd298;
  right: 27px;
  position: absolute;
}

.product .grid--6-col-desktop .grid__item {
  width: calc(12.4% - var(--grid-desktop-horizontal-spacing)* 5 / 6);
  max-width: calc(12.4% - var(--grid-desktop-horizontal-spacing)* 5 / 6);
}

.product-modal-img img {
  background: none
}

.product__inventory {
  margin-bottom: 0 !important
}

.product__info-container .custom-qty-buy-combine .quantity {
  border: 2px #ff9000 solid;
  height: 38px;
  min-height: auto;
  border-radius: 5px;
}

.product__info-container .quantity:after,
.product__info-container .quantity:before {
  display: none
}

.product__info-container .quantity__label.form__label {
  display: none
}

.product__info-container .save-for-later-btn {
  color: #333;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 2px #ff9000 solid;
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  height: 38px;
  text-transform: uppercase;
  background: #fff;
  font-weight:500;
  text-decoration: none;
}

.product__info-container .custom-qty-buy-combine input {
  border-top: none !important;
  border-bottom: none !important;
}

.product__info-container .add_cart_wrap {
  position: relative
}

.product__info-container .icon_cart svg {
  filter: brightness(0) invert(1);
  width: 22px;
  margin-left: 5px
}

.product__info-container .add_to_cart_inner {
  position: relative;
  background: #ff9000;
  border-radius: 5px;
  width: 210px;
}

.product__info-container .price__regular span {
  font-size: 20px;
  color: #333
}

.product__info-container .variant-info {
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
}

.product__info-container .add_to_cart_inner:hover,
.product__info-container .add_to_cart_inner:focus {
  border: 2px solid #db8916
}

.product__info-container .add_to_cart_inner:hover .product-form__submit,
.product__info-container .add_to_cart_inner:focus .product-form__submit {
  padding: 8px 10px 8px 8px
}

.product__info-container .add_to_cart_inner:hover .icon_save_for_later,
.product__info-container .add_to_cart_inner:focus .icon_save_for_later {
  padding: 0 5px 0 7px
}



.product__info-container .product-form {
  margin: 0 !important
}

.product__info-container .price__container {
  margin-bottom: 25px
}

.custom-customer-reviews .jdgm-rev-widg__title {
  display: none
}

a.jdgm-write-rev-link {
  border-radius: 5px;
}

.product .card-information {
  display: none
}

#specification-details table td a {
  text-decoration: underline
}

.price_wrapp_cc {
  margin-top: 0 !important
}

.related-products-block {
  padding-bottom: 10px !important
}

.related-products-block {
  width: 100%
}

.related-products-block ul {
  width: 100%;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 1200px) {
  .product__info-container .custom-qty-buy-combine {
    gap: 10px;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1100px) {
  .product__info-container .custom-qty-buy-combine {

    flex-wrap: wrap;
  }

  .product__info-container,
  .product-specs {
    padding: 20px;
  }

  .product-description.descMore {

    padding: 20px;

  }

  .grey-bar.related-products__heading {
    padding: 14px 20px 14px
  }

  .product__title h1 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .custom-product__description {
    margin-bottom: 25px
  }
}

@media only screen and (max-width: 480px) {
  .product-form__input--pill label {
    width: 100%;
  }
}

@media only screen and (max-width: 460px) {
  .product__info-container .custom-qty-buy-combine {
    flex-wrap: wrap;

  }
}

.cart-wrap {
  margin: 40px auto
}

.cart-details {
  border: 2px #efefef solid;
}

.grey-bar {
  background: #f0f0f0;
}

.title-wrapper-with-link {
  background: #f0f0f0;
  padding: 10px 25px 10px;
  margin-bottom: 0;
}

.title-wrapper-with-link h3 {
  font-size: 21px;
  font-weight:500;
  color: #333
}

.email-cart-wrap {
  display: flex;
  justify-content: end;
  margin-bottom: 10px
}

.email-cart-wrap .email-cart-btn {
  text-transform: uppercase;
  background: #767676;
  color: #ffffff;
}

.email-cart-wrap .email-cart-btn:hover,
.email-cart-wrap .email-cart-btn:focus {
  opacity: 0.8;
  color: #fff;
  outline: none !important
}

.cart_print_button {
  border: none;
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 10px;
  font-weight: 300 !important;
}

.cart_print_button img {
  width: 23px
}

.cart_print_button:hover,
.cart_print_button:focus {
  opacity: 0.8
}

div#main-cart-items {
  padding: 25px 25px 0 25px;
  border-bottom: none;
}

#main-cart-items table th {
  font-size: 18px;
  font-weight:500;
  text-transform: capitalize;
  color: #333;
  white-space: nowrap;
}

.cart-item__name {
  font-size: 20px;
  font-weight:500;
  text-decoration: none !important;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
  color: #2e2e2e;
}

.product-option,
.cart-item__details dl {
  margin-top: 0 !important
}

.product-option span,
.product-option dt {
  font-weight:700;
  color: #666;
}

.product-option dd {
  font-weight: 300 !important;
}

span.price.price--end {
  font-size: 20px;
  margin-top: 0 !important;
  color: #333
}

.save-for-later-btn {
  color: #2e2e2e;
  font-size: 14px;
  padding: 0;
  border: none;
  background: transparent;
  white-space: nowrap;
  text-decoration: underline;
}

.cross_button {
  position: absolute;
  top: 10px;
  right: 0;
}

.cart_main_inner_wrap {
  gap: 30px;
}

.cross_button a {
  min-width: auto;
  min-height: auto;
  text-decoration: none !important
}

.cart_save_for_later_btn {
  position: relative
}

.cart__blocks {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.totals {
  align-items: center;
  gap: 5px;
}

.totals .totals__total {
  margin: 0 !important;
}

.totals__total-value {
  margin: 0 !important;
}

.cart-items td {
  vertical-align: middle !important;

}

.cart__footer>* {
  width: 100% !important;
}

#saved-for-later-section {
  margin-top: 40px !important;
}

.cart-collection-container,
#saved-for-later-section {
  border: 2px #efefef solid;
}

.cart-collection-container .cart-collection-title,
#saved-for-later-section .checkout-header {
  font-size: 21px;
  background: #f0f0f0;
  padding: 10px 25px 10px;
  margin: 0;
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  text-transform: capitalize !important;
  font-weight: 500 !important;
  color: #333 !important;
  letter-spacing: normal !important;
}

.Subtotal_amount,
.total_amount {
  display: flex;
  justify-content: space-between;
}

.cart_head {
  font-size: 27px;
  font-weight:500;
  margin-bottom: 20px;
  color: #333;
  margin-top: 0;
}

.empty-pscart-text {
  color: #333;
}

.total_taxes {
  font-size: 12px
}

.checkout_button_wrap .checkout_btn {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  text-transform: uppercase;
  font-weight:500;
  min-height: auto
}

.checkout_button_wrap .checkout_btn:hover,
.checkout_button_wrap .checkout_btn:focus {
  padding: 8px;
  border: 2px solid #db8916;
  color: #fff;
  text-decoration: none !important
}

.total_amount {
  font-weight:500;
}

.checkout_button_wrap .checkout_btn:after,
.checkout_button_wrap .checkout_btn:before {
  display: none
}

.Subtotal_amount {
  margin-bottom: 10px
}

.pscart-help-topic.cart-block {
  border: 2px #efefef solid;
  padding: 20px;
  margin: 20px 0;
  font-size: 13px;
}

.totals .totals__total {
  font-size: 18px;
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  text-transform: capitalize !important;
  color: #333 !important;
  font-weight: 400 !important
}



.pscart-help-topic.cart-block a {
  text-decoration: underline
}

.checkout_button_wrap {
  margin-top: 20px
}

.cart_images_wrap a {
  display: block;
  margin-bottom: 7px;
}

.cart_images_wrap a:last-child {
  margin-bottom: 0;
}

.cart_images_wrap a:hover {
  opacity: 0.9
}

.cart__ctas .cart__checkout-button:after,
.cart__ctas .cart__checkout-button:before {
  display: none
}

.cart__ctas .cart__checkout-button {
  text-transform: capitalize;
  padding: 8px;
  border-radius: 3px;
  font-size: 16px;
  min-height: auto;
  min-width: 146px;
  background: #ff9000;
}

#main-cart-footer .cart__footer {
  padding-top: 25px !important;
}

.cart__ctas .cart__checkout-button:hover,
.cart__ctas .cart__checkout-button:focus {
  background: #fb8c02;
  color: #fff;
  border: 2px solid #db8916;
  padding: 6px;
}

.cart-collection-item a {
  text-decoration: none !important
}

.cart-collection-wrapper.ps-contents .cart-collection-scroll {
  padding: 0 15px
}

.checkout-details h3 {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  color: #333;
  font-size: 16px;
  margin: 0 0 5px 0;
}

.checkout-details p {
  font-size: 14px;
  margin-bottom: 25px;
  max-width: 1000px;
}

.product-quantity input {
  border: 1px solid #888;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 8px;
  min-width: 70px;
  max-width: 70px;
  height: 39px;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B";
}

.cart-collection-container .cart-collection-wrapper.ps-contents {
  padding-bottom: 0
}

.cart-collection-item .product-title {
    padding: 4px 5px 10px;
    font-size: 13px;
font-family: "Gotham SSm A", "Gotham SSm B";
    line-height: 1.5em;
}

.saved-product-row .product-price {
  font-size: 20px;
  color: #333;
  min-width: 150px
}


.saved-product-row .add-to-cart-btn {
  background: #ff9000;
  text-transform: capitalize;
  font-weight: 400;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 14px;
  border: none;
  color: #fff;

}

.product-actions {
  position: relative;
  display: flex;
  min-width: 117px;
}

button.remove-saved-btn {
  padding: 0;
  background: transparent;
  border: none;
  position: absolute;
  top: -30px;
  right: 0;
}

#saved-for-later-section .saved-product-row {
  align-items: center;
  gap: 4rem;
}

.product-quantity {
  display: flex;
  align-items: center;
  min-width: 70px;
}

.product-quantity p {
  font-size: 13px;
  white-space: nowrap;
  margin: 0;
  display: none
}

.empty_text_save {
  padding: 25px
}

.product-image {
  width: 115px;
}

.product-image img {
  max-width: 100%
}

.product-quantity {
  margin-left: auto
}

.saved-product-row .add-to-cart-btn:hover,
.saved-product-row .add-to-cart-btn:focus {
  border: 2px solid #db8916;
  padding: 0 6px;
}

.product-title,
.product-details h4 {
  font-weight:500;
}

.product-details h4:hover {
  color: #fb8c02
}

.cart-items td {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  border-top: 1px solid #f0f0f0 !important;
}

.empty_text_save .saved-product-row {
  border-top: 1px solid #f0f0f0
}

.empty_text_save .saved-product-row:first-child {
  border-top: none
}

#pswish-move-all-to-cart {
  color: #767676;
  background: none;
  border-color: #888;
  border-radius: 3px;
  border: 2px solid #c2c2c2;
  padding: 6px 8px !important;
  margin-left: auto;
  text-transform: capitalize;
  font-family: "Gotham SSm A", "Gotham SSm B";
}

#pswish-move-all-to-cart:hover,
#pswish-move-all-to-cart:focus {
  background: #c2c2c2;
  color: #333;
  outline: none
}

.checkout-header.grey-bar {
  display: flex;
  align-items: center;
  gap: 15px;
}

.icon_wrap {
  margin-left: 15px
}


.product-details h4,
.product-details p {
  margin: 0
}


.product-details h4,.cart_details_wrap .h4{
  font-size: 20px;
  font-weight:500;
  margin-bottom: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  color: #333;
}

.product-details p,
.cart-item__details .product-option,
.cart-item__details .product-option {
  font-size: 14px;
  color: #666;
}

.product-details a {
  text-decoration: none !important
}

.product-details a:hover *,
.product-details a:focus * {
  color: #fb8c02
}

.cart_custom_items {
  width: 80%;
}

.cart_right_side_wrap {
  width: 20%;
}

.cart-collection-item {
  flex: 0 0 calc(17% - 15px) !important;
}

@media only screen and (max-width: 1100px) {
  .cart_head {
    font-size: 20px;
  }

  .cart_custom_items {
    width: 75%;
  }

  .cart_right_side_wrap {
    width: 25%;
  }

  .cart-collection-item {
    flex: 0 0 calc(20% - 15px) !important;
  }

  cart-items .cart-items__heading--quantity,
  .cart-item .cart-item__quantity,
  .cart-item__quantity--info quantity-popover>* {
    padding-left: 2rem;
  }

  .cart-item>td+td {
    padding-left: 2rem;
  }

  .cart-item__name,
  .product-details h4 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 800px) {
  .product-image {
    width: 80px;
  }

  .cart_main_inner_wrap {
    gap: 20px;
  }
}

.learn_more_btn,
.learn_less_btn {
  font-size: 14px;
  text-transform: capitalize !important;
}

.learn_more_btn:hover,
.learn_less_btn:hover {
  color: #fb8c02
}

.mobile-facets__footer>.button.button--primary {
  border-radius: 5px;
  font-weight:500;
  min-height: 37px;
  margin: 0 !important;
}

.mobile-facets__footer {
  padding: 2rem 0 !important;
}

.mobile-facets__footer>.button.button--primary:after,
.mobile-facets__footer>.button.button--primary:before {
  display: none
}

.mobile-facets__sort label {
  padding: 7px 10px;
  display: block;
  background-color: #f0f0f0;
  width: 100%;
  margin: 0px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 15px;
}

.accordion_minus_wrap {
  float: right;
  padding-right: 25px
}

@media only screen and (max-width:1100px) {
  .collection .grid--5-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing)* 4 / 5);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing)* 4 / 5);
  }

  .full-unstyled-link,
  .card-information .price {
    font-size: 16px;

  }
}

@media only screen and (max-width:991px) {
  .collection .collection-hero__inner {
    flex-wrap: wrap
  }

  .collection .collection-hero--with-image .collection-hero__text-wrapper {
    flex-basis: 100% !important;
    ;
    width: 100% !important;
  }

  .collection .collection-hero__image-container {
    flex: 1 0 100% !important;
    min-height: 40rem !important;
  }

  .collection .grid--5-col-desktop .grid__item {
    width: calc(33% - var(--grid-desktop-horizontal-spacing)* 4 / 5);
    max-width: calc(33% - var(--grid-desktop-horizontal-spacing)* 4 / 5);
  }

  .collection .jdgm-prev-badge .jdgm-prev-badge__text {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumbs__list {
    font-size: 13px;
  }

  .collection-hero__title {
    font-size: 28px;
  }

  .full-unstyled-link,
  .card-information .price {
    font-size: 16px;

  }

  .collection .collection-hero__image-container {
    min-height: 100% !important;
    height: 100% !important
  }

 .collection .collection-hero__image-container img {
    position: relative !important;

  }
    .collection .collection-hero__inner {
    flex-wrap: inherit;
    flex-direction: column;
  }

  .collection .grid--5-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing)* 4 / 5);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing)* 4 / 5);
  }

  .mobile_filters_cc {
    padding: 20px 20px 0
  }

  .custom_accrdion_parents {
    border: 2px solid #f0f0f0;
  }

  .learn_less_btn {
    text-transform: capitalize
  }

  .learn_less_btn:hover {
    color: #f08921
  }

  .collection .facets-container,
  .collection .facets-container .mobile-facets__open {
    padding-top: 0 !important
  }
}

.collection .collection-hero__inner {
  padding-bottom: 10px !important;
}

.filter_inner_wrapping .facets-layout input {
  appearance: auto !important;
  -webkit-appearance: auto !important;
}

.facets-layout-list--text input[type=checkbox] {
  appearance: auto !important;
  -webkit-appearance: auto !important;
}

.mobile-facets__label>svg {
  opacity: 0;
}

.mobile-facets__footer {
  border-top: none !important;
}

.related_products_wrap .sub-entity-wrap {
  border: 2px solid #efefef;
  padding-bottom: 4%;
}

.related_products_wrap label.sub-entity-title {
  padding: 1px 10px;
  display: block;
  background-color: #f0f0f0;
  width: 100%;
  margin: 0px;
  font-size: 14px;
  font-weight:700; font-family: "Gotham SSm A", "Gotham SSm B";
}


.related_products_wrap ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 4% 4% 2% 4%;
}

.related_products_wrap ul li a {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  text-decoration: none !important;
  text-transform: capitalize;
  font-size: 14px;
  display:inline-block;
  padding-right:10px
}

.read_more_categories,
.read_less_categories {
  margin: 0 0 4% 4%
}

.product__info-container .product__text {
  font-weight: 300 !important;
  font-size: 16px
}

.product__info-container .product__text a {
  font-weight:500;
  color: #2e2e2e;
  text-decoration: none;
  border-bottom: 1px solid #d6d6d6;
}

.collection-hero__description .read_less_button,
.collection-hero__description .read_more_button {
  float: right;
  color: #fb8c02;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 13px;

}

.collection-hero__description.rte {
  margin-bottom: 0 !important;
  position: relative
}

.collection-hero__description .read_less_button:after {
  content: "";
  padding: 15px 20px 15px;
  text-align: right;
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.collection .collection-hero__image-container {
  min-height: 42rem;
}

.collection .collection-hero__inner {
  align-items: normal;
}

.facets__summary-label {
  text-decoration: none !important
}

.product-title {
  white-space: normal
}

@media screen and (max-width:1300px) {
  #saved-for-later-section .saved-product-row {
    gap: 2rem;
  }

  .cart-item__image {
    min-width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .related_products_wrap {
    padding: 0 20px 20px
  }

  .related_products_wrap label.sub-entity-title {
    padding: 7px 10px;

  }
}

@media screen and (max-width:575px) {

  ul.breadcrumbs__list.list-unstyled a,
  ul.breadcrumbs__list .breadcrumbs__item,
  ul.breadcrumbs__list.list-unstyled li {
    font-size: 11px !important;
    flex-wrap: wrap;
    line-height: 0;
  }

  ul.breadcrumbs__list .metafield-rich_text_field p {
    margin-bottom: 0 !important
  }

  .breadcrumbs__list {
    gap: 4px;
    align-items: center;
    flex-wrap: wrap
  }
}

.main_cart_item_wrap {
  display: flex;
  gap: 15px;
  align-items: center;
}

.product__info-container .form__label {
  border: none;
  font-size: 18px;
  font-weight:500;
}

.product__info-container .variant-info p {
  margin-bottom: 5px;
  font-size: 16px
}

.product-description-wrap p {
  font-size: 16px;
      line-height: 1.8em;
}

.product-description-wrap ul {
  list-style: disc;
  padding-left: 45px;
  margin-bottom: 15px;
}

.product-description-wrap p strong {
  font-weight: 500 !important;
  font-weight:500;
}

.product-description-wrap p strong span {
  text-decoration: underline
}

.Title_image_wrap h1,
.Title_image_wrap {
  font-family: "Gotham Cond A", "Gotham Cond B"; font-weight:700;
  font-weight: 600;
  font-size: 85px;
  color: #fb8c02;
  text-transform: uppercase;
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 15px 15px 15px 40px;
  line-height: 80px;
}

.Title_image_wrap h1 {
  padding: 0 !important
}

.without_image_custom:after {
  display: none
}

@media screen and (max-width: 1300px) {

  .Title_image_wrap h1,
  .Title_image_wrap {
    font-size: 80px;
    line-height: 80px;
  }
}

@media screen and (max-width: 1200px) {
  .page-affiliate .affilate_program_section4 {
    padding: 0 !important
  }

  .page-affiliate .affilate_program_section6 {
    padding-top: 0 !important
  }
}

@media screen and (max-width: 1100px) {

  .Title_image_wrap h1,
  .Title_image_wrap {
    font-size: 70px;
    line-height: 70px;
  }
}

@media screen and (max-width: 991px) {

  .Title_image_wrap h1,
  .Title_image_wrap {
    font-size: 54px;
    padding: 0 0 15px 15px;
    line-height: 54px;
  }
}

@media screen and (max-width: 480px) {
  .empty_text_save {
    padding: 20px;
  }

  .Title_image_wrap h1,
  .Title_image_wrap {
    font-size: 55px;
    line-height: 50px;
  }
}

@media screen and (max-width:400px) {

  .Title_image_wrap h1,
  .Title_image_wrap {
    font-size: 44px;
    line-height: 40px;
  }

  #saved-for-later-section .saved-product-row {
    gap: 10px;
    flex-wrap: wrap;
    position: relative
  }

  .saved-product-row .product-price {
    font-size: 18px;
    min-width: auto;
  }

  .saved-product-row .add-to-cart-btn {
    padding: 2px 6px;
    font-size: 14px;
  }

  .product-actions {
    position: static;
  }

  button.remove-saved-btn {
    top: 0;
  }
}

.cart_image_wrap {
  position: relative
}

@media (min-width: 768px) and (max-width: 950px) {
  .Subtotal_amount {
    font-size: 15px !important;
  }

  .Subtotal_amount,
  .total_amount {
    font-size: 14px !important;
  }

  .cart-item__name,
  .product-details h4 {
    font-size: 14px !important;
  }

  .cart_details_wrap .product-option {
    font-size: 13px !important;
  }

  span.price.price--end {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 767px) {
  .cart_main_inner_wrap {
    flex-wrap: wrap;
  }

  .cart_custom_items {
    width: 100%;
  }

  .cart_right_side_wrap {
    width: 100%;
  }

  .cart-item {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center !important;
    position: relative;
    margin-bottom: 0 !important;
    gap: 10px !important;
  }

  cart-remove-button .button {
    min-width: auto !important;
    min-height: auto !important;
  }

  .cart-item>td+td {
    padding-left: 0 !important;
  }

  .cart-items td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-top: none !important;
  }

  .cross_button {
    top: 5px;
    right: -15px;
  }

  .cart-collection-container .cart-collection-title,
  #saved-for-later-section .checkout-header {
    padding: 10px 20px 10px;
  }

  .svg-wrapper i,
  .fa.fa-times-circle-o {
    font-size: 14px;
  }

  .cart-item__medias {
    width: 100%
  }

  .cart_save_for_later_btn {
    position: static;
  }

  .cart-items thead {
    display: none !important
  }

  div#main-cart-items {
    padding: 20px 20px 0 20px;
  }

  .title-wrapper-with-link {
    padding: 10px 20px 10px;
  }

  .title-wrapper-with-link h3 {
    font-size: 18px;
  }



}

.call-to-order-wrap {
  text-align: center;
  margin-bottom: 0 !important
}

.call-to-order-wrap p {
  margin-bottom: 0;
  font-weight:500;
}

/*.collection .collection-hero__image-container {
  align-self: self-start !important;
}*/

.collection .collection-hero {
  padding: 0 !important;
}

.cart .js-contents {
  margin-top: 0
}

@media screen and (max-width: 991px) {
  .main_cart_item_wrap {
    gap: 0;
    flex-wrap: wrap;
  }

  .cart-item__image {
    max-width: 115px;
  }

  .cart-collection-item {
    flex: 0 0 calc(25% - 15px) !important;
  }

  #main-cart-items table th {
    font-size: 16px;
  }

  .title-wrapper-with-link h3 {
    font-size: 20px;
  }

  .cart-collection-container .cart-collection-title,
  #saved-for-later-section .checkout-header {
    font-size: 20px;
  }

  .cart-item__name,
  .product-details h4 {
    font-size: 16px;
  }

  .cart-item>td+td {
    padding-left: 2rem !important;
  }

  .cart-items .cart-items__heading--quantity,
  .cart-item .cart-item__quantity,
  .cart-item__quantity--info quantity-popover>* {
    padding-left: 2rem !important;
  }

  .product-actions {
    min-width: 120px;
  }
}

@media screen and (max-width: 1300px) {
  .product .grid--6-col-desktop .grid__item {
    width: calc(16% - var(--grid-desktop-horizontal-spacing)* 5 / 6);
    max-width: calc(16% - var(--grid-desktop-horizontal-spacing)* 5 / 6);
  }
}

@media screen and (max-width: 1100px) {
  .product .grid--6-col-desktop .grid__item {
    width: calc(22% - var(--grid-desktop-horizontal-spacing)* 5 / 6);
    max-width: calc(22% - var(--grid-desktop-horizontal-spacing)* 5 / 6);
  }
}

@media screen and (max-width: 991px) {
  .product .grid--6-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing)* 5 / 6);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing)* 5 / 6);
  }

}

@media screen and (max-width: 767px) {
  .main_cart_item_wrap {
    gap: 15px;
  }

  .cart-item__name,
  .product-details h4 {
    font-size: 15px;
  }

  .product-option {
    font-size: 14px;
  }

  .product .grid--6-col-desktop .grid__item {
    width: calc(30% - var(--grid-desktop-horizontal-spacing)* 5 / 6);
    max-width: calc(30% - var(--grid-desktop-horizontal-spacing)* 5 / 6);
  }

  .main_cart_item_wrap {
    gap: 10px;
    width: 100%;
  }

  #saved-for-later-section .saved-product-row {
    flex-wrap: wrap;
    position: relative;
  }

  .product-quantity {
    margin-left: 0;
  }

  #saved-for-later-section .saved-product-row {
    gap: 10px;
  }

  .product-actions {
    position: static;
  }

  button.remove-saved-btn {
    top: 0;
  }

  .main_cart_item_wrap {
    flex-wrap: nowrap;
  }

  cart-items .cart-items__heading--quantity,
  .cart-item .cart-item__quantity,
  .cart-item__quantity--info quantity-popover>* {
    padding-left: 0 !important;
  }

  .cart-item>td+td {
    padding-left: 0 !important;
  }

  .cart-item__quantity-wrapper .quantity {
    width: calc(12rem / var(--font-body-scale) + var(--inputs-border-width)* 2);
  }
}

@media screen and (max-width: 480px) {
  .cart .cart__blocks {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 15px;
  }

  .cart .js-contents {
    width: 100%
  }

  .cart-collection-item {
    flex: 0 0 calc(25% - 15px) !important;
  }

  .cart-collection-container .cart-collection-title,
  #saved-for-later-section .checkout-header {
    font-size: 18px;
    flex-wrap: wrap
  }

  .product-quantity {
    margin-left: 0;
  }

  .product .grid--6-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing)* 5 / 6);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing)* 5 / 6);
  }

  span.price.price--end {
    font-size: 18px;
  }

  .title-wrapper-with-link h3 {
    font-size: 18px;
  }

  .product-actions {
    min-width: auto;
  }

  .product-quantity input {
    min-width: 50px;
    max-width: 50px;

  }

  .product-quantity {
    min-width: auto;
  }
}


/*-- Account login page --*/
.customer.login {
  max-width: 420px !important;
  margin: 2% auto !important;
  padding: 0 !important;
  border: 2px solid #f2f2f2;
  text-align: left !important;
}

.customer.login .customer:not(.account):not(.order) {
  padding-left: 0 !imortant;
  padding-right: 0 !important;
}

.customer.login input,
.customer.login textarea {
  width: 100%;
}


.customer.login label {
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-family: "Gotham SSm A", "Gotham SSm B";
  margin-bottom: 0
}

.customer.login button {
  width: 100%;
}

.customer.login .content-header,
.register .customer.register h1 {
  margin-bottom: 0;
  font-size: 21px;
  padding: 10px 4%;
  font-weight:500;
  color: #333;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
}

.customer.login form {
  margin-top: 0;
  padding: 4%;
}

.customer.login input,
.register .customer.register .content-block-content input {
  padding: 7px 10px;
  border-radius: 0;
  width: 100%;
  max-height: 45px;
  min-height:45px;
}

.customer.login .form-group {
  margin-bottom: 20px;
}

.show-forgot-password-block {
  margin: 0;
  margin-top: -10px
}

.show-forgot-password-block a {
  margin: 0 !important
}

.form-group .checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 0
}

.form-group .checkbox-label input {
  width: auto !important;
  margin: 0;
  height: auto !important;
}

.customer.login button:after,
.customer.login button:before {
  display: none
}

.customer .form-text.signin-text {
  margin-top: 25px
}

.customer .form-text.signin-text a {
  font-size: 16px
}

.underlined-link,
.customer a {
  color: #333;
}

.customer a:hover {
  color: #fb8c02;
  text-decoration-thickness: 0;

}

.register .customer.register .content-block-content {
  padding: 4%
}

.content-block-content .group-header {
  display: block;
  font-size: 16px;
  line-height: 28px;
  border-bottom: 1px solid #efefef;
  font-weight: normal;
  padding-bottom: 8px;
  margin-bottom: 8px;
  color: #333;
  font-family: "Gotham SSm A", "Gotham SSm B";
}

.content-block-content .form-text {
  font-weight: 300 !important;
}

.entry-feedback-wrapper select {
  border: 1px solid #aaa;
  transition: all .25s;
  margin: 0
}

/*.customer.register .has-feedback.has-error .has-error {
  display: block;
  font-size: 11px;
  color: #dc1414;
  position: relative;
  top: 100%;
  font-weight: 300 !important;
  line-height: 14px;
}*/

.register .customer.register .tooltip-outer {
  position: absolute !important;
  top: 11px;
  right: 27px;
  z-index: 1;
  color: #999;
  float: none;
  width: auto;
  min-height: auto;
  margin-bottom: 0;
  border-bottom: none;
}

.register .customer.register {
  margin: 2% auto !important;
}

.register .customer.register .content-block {

  border: 2px solid #f2f2f2;
  text-align: left !important;
  padding: 0 !important;
}

@media only screen and (min-width: 769px) {
  .register .customer.register {
    max-width: 753px !important;

  }
}

@media only screen and (min-width: 620px) {

  .account-form-wrap .account-form,
  .account-form-wrap .account-form #create_customer {
    display: flex;
    flex-wrap: wrap
  }

  .account-form-wrap .account-form div {
    width: 50%;
    min-height: 38px;
    margin-bottom: 20px;
    position: relative;
  }

  .account-form-wrap .account-form div .entry-feedback-wrapper {
    width: 100%;
    margin-bottom: 0 !important;
  }

  .account-form-wrap .account-form div .entry-feedback-wrapper input,
  .account-form-wrap .account-form div .entry-feedback-wrapper textarea {
    width: 100%;
  }
}

#customer-account-details .btn.create-account-btn {
  margin-top: 5px !important;
}

.thumbnail[aria-current] {
  box-shadow: none !important;
  border-color: none !important;
}

.product-form__input--pill label {
  color: #2a2a2a !important;
}

.product-form__input--pill input[type=radio]+label:hover {
  background: #ff9000 !important;
  color: #fff !important;
}

.jdgm-prev-badge__text {
  color: #2e2e2e;
  font-size: 16px
}

.product__inventory {
  color: #2e2e2e;
}

.variant-price {
  color: rgba(18 18 18);
}

.product .header .svg-wrapper {
  opacity: 0.5
}

.product__modal-opener .product__media-icon {
  opacity: 0 !important;
}

.custom-out-of-stock {
  color: #bb0000 !important;
}

#specification-details table tr td strong {
  color: #333;
}

@media screen and (max-width: 480px) {
  .jdgm-prev-badge__text .custom-write-text {
    display: block;
    margin-left: 0 !important;
  }
}


.footer__list-social .a {
  fill: #aeaeae !important;
}

.footer__list-social a:hover svg path {
  fill: #f08921 !important;
}


.product-media-modal__dialog .lg-outer {
  z-index: 99999;
}

.product-media-modal__dialog .product-media-modal__content {
  overflow: hidden
}

.price-item.price-item--regular {
  text-decoration: none !important;
}


@media screen and (max-width: 1100px) {
  .product-form__input--pill label {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 850px) and (min-width:750px) {
  .product .product.product--medium {
    flex-wrap: wrap !important
  }

  .product .product.product--medium .grid__item.product__media-wrapper {
    width: 100%
  }

  .product .product.product--medium .product__info-wrapper {
    padding: 0 0 0 0 !important;
  }

  .thumbnail-slider {
    width: 12%;
  }
}



@media screen and (max-width: 675px) {
  .thumbnail-slider {
    position: relative;
    width: 100%;
    padding-left: 10px;
  }

  .thumbnail-list {
    flex-direction: row;
  }

  .thumbnail-slider .thumbnail-list__item.slider__slide,
  .thumbnail-slider .thumbnail-list li {
    width: 16% !important;
  }

  .product__media-list {
    padding-right: 0 !important;padding-left:0 !important;
  }

  .grey-bar.related-products__heading {
    font-size: 18px;
    padding: 14px 20px 14px
  }
    .product__media-list.grid--peek.slider .grid__item:first-of-type {
        margin-left: 0;
    }
 
}

label.hs-error-msg {
  margin-bottom: 0;
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-weight: 400;
  padding: 0 0 0 10px !important;
}

.has-error {
  font-size: 13px;
  color: #dc1414;
}

.has-error input {
  border-color: #dc1414 !important
}

.rich-text__blocks {
  max-width: 100% !important;
}

.page-dealer-program .ps-rich-text-sec ul,
.page-dealers .ps-rich-text-sec ul {
  list-style: disc;
  margin-left: 1.2%;
}

.page-inspect-replenish .sales-block h2:after,
.page-inspect-replenish .sales-block h2:before {
  content: none;
}

.hbspt-form .hs-button {
  font-size: 16px !important;
  transition: none !important;
}

.hbspt-form .hs-button:hover {
  border: 2px solid #db8916;
  padding: 4px 8px;
}

.shopify-policy__container {
  max-width: 1545px;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-new-privacy-page ul {
  list-style: disc;
  padding-left: 35px;
}

.custom-new-privacy-page ul li ul {
  list-style: circle;
}

.shopify-policy__title h1 {
  font-size: 2em;
  text-transform: uppercase;
  color: #f08921;
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-weight: 500 !important;
  text-align: left;
  margin-bottom: 1em;
  margin-top: 40px;
}

.custom-new-privacy-page h2 {
  font-size: 1.7em;
  text-transform: uppercase;
  margin-bottom: 25px !important;
  color: #f08921;
  position: relative;
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-weight: 500 !important;
  margin-top: 0 !important;
}

.custom-new-privacy-page h2:before {
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 0;
  width: 100px;
  content: '';
  border-top: 2px solid #eeee;
}

.custom-new-privacy-page h3,
.shipping-outer-wrapp h3 {
  margin-bottom: 0.25em;
  margin-top: 1.5em;
 font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight:500;
  font-size: 19px;
  color: #333;
}
.shipping-outer-wrapp h3{font-weight:400 !important;}
.custom-new-privacy-page h4,
.shipping-outer-wrapp h4 {
  margin-bottom: 0.25em;
font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight:500;
  font-size: 16px;
  color: #333;
}

.product-media-modal__content .slick-slider {
  height: 100%;
}

.faq-item h3 {
  font-weight:700; font-family: "Gotham SSm A", "Gotham SSm B";
  color: #333;
  font-size: 16px;
  color: #333;
}

.custom-new-privacy-page p,
.custom-new-privacy-page ul li,
.shipping-outer-wrapp p,
.shipping-outer-wrapp li {
  font-weight: 300 !important;
  color: #333;
  font-size: 16px;
}


.custom-new-privacy-page a,
.shipping-outer-wrapp a {
  color: #fb8c02;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 300;
  font-weight: 300 !important;
}

.custom-new-privacy-page a:hover,
.shipping-outer-wrapp a:hover {
  color: #fb8c02;
  text-decoration-thickness: 0 !important;
}

.product-description-wrap a {
  color: #fb8c02 !important;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 400 !important;
}

.product-description-wrap a:hover {
  color: #fb8c02;
  text-decoration: underline;
  opacity: 0.8
}

@media screen and (max-width: 575px) {
  .top-menu-list {
    gap: 15px;
    flex-wrap: wrap;
  }

  .faq-top-container ul {
    gap: 0 15px;
    flex-wrap: wrap;
  }
}

.page-affiliate .global-media-settings {
  border: none
}

.page-affiliate .content-for-layout p {
  font-size: 20px;
  font-weight: 300 !important;
}


.page-affiliate .section:nth-child(odd) .image-with-text__grid {
  background-color: #f1f3f2;
}

.page-affiliate .section:nth-child(even) .image-with-text__grid {
  background-color: transparent !important
}

.page-affiliate .affilate_program_section .image-with-text__grid {
  background-color: transparent !important
}

.page-affiliate .hbspt-form {
  max-width: 100%;
}

.page-affiliate fieldset.form-columns-3 .hs-form-field {
  width: 33.333336% !important;

}

.page-affiliate .hbspt-form {
  margin-bottom: 20px !important;
}

.page-dealer-program .rich-text__text p,
.page-dealers .rich-text__text p {
  font-size: 16px;
}

.page-dealer-program .rich-text__text ul li,
.page-dealers .rich-text__text ul li {
  color: #333;
  margin: 8px 0;
  font-weight: 300 !important;
  font-size: 16px
}

.page-dealer-program .rich-text__text ul,
.page-dealers .rich-text__text ul {
  margin-bottom: 20px !important
}

.hs_error_rollup label.hs-main-font-element {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
}

@media screen and (max-width: 575px) {


  .page-affiliate fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }

  .page-affiliate .image-with-text__content {
    padding: 0 15px 15px !important;

  }
}

.mb-40 {
  margin-bottom: 40px !important;
}

.page-share-my-cart .hastrasparentbg .banner__box {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px 50px !important;
}


/*-- Account page Style--*/

.customer.account,
.customer.addresses {
  max-width: 753px !important;
  margin: 2% auto !important;
}

.customer.addresses .page-width--narrows.page-width {
  padding: 0 !important;
  border: 2px #efefef solid;
}

.customer.account .content-block h1,
.customer.account .content-block h3,
.customer.addresses h1,
.custom-EditAddress h3 {
  font-weight: 500;
  font-size: 21px;
  padding: 10px 30px 10px;
  padding-left: 4%;
  transition-property: color, background;
  font-weight:500;
  margin-bottom: 0;
  margin-top: 0;
  color: #333;
  text-align: left;
}

.customer.account .form-text.account-text {
  font-size: 15px;
  line-height: 21px;
  color: #737373;
}

.customer.account .content-block {
  border: 2px #efefef solid;
  margin-bottom: 20px
}

.customer.account .content-block-content {
  padding: 3% 4%;
}

.customer.account #account-header-links a {
  color: #2e2e2e;
  font-size: 16px;
}

.customer.account #account-header-links a:hover {
  color: #fb8c02
}


.customer.account .tooltip-outer {
  position: relative;
  display: inline-block;
  border-bottom: none;
  width: auto !important;
  float: none !important;
  min-height: 0 !important;
  margin-bottom: 0 !important;
  position: absolute !important;
  top: 11px;
  right: 27px;
  z-index: 1;
  color: #999;
}

.customer.account input {
  padding: 10px;
  height: 45px;
}

.address-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.address-row .address-wrap {
  min-width: 48%;
  flex: 1
}

.address-row .address-edit {
  width: 100%
}

.address-row .address-wrap .address-header {
  font-weight:700;
}

.address-row .address-edit .btn {
  font-weight:500;
  display: inline-block;
  background: #ececec;
  padding: 10px 14px;
  color: #2e2e2e;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 5px;
  border: none;
  position: relative;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -ms-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  height: 36px;
  min-height: auto;
}

.address-row .address-edit .btn:after,
.address-row .address-edit .btn:before {
  display: none
}

#customer-account-details {
  margin-top: 3rem !important;
}

.address-row .address-edit .btn {
  width: 195px
}

.address-row .address-edit .btn:hover {
  background: #ccc
}

#customer-account-details .btn.update-account-button {
  height: 36px;
  width: 195px;
  margin-top: 30px;
  outline: none !important;
  box-shadow: none !important
}

#customer-account-details .btn.update-account-button:hover {
  background: #ccc
}

.modal-product-thumbnail svg,
.modal-product-thumbnail img,
.modal-product-thumbnail .thumb-image {
  height: 60px !important;
  border-radius: 3px !important;
}

.product-form__buttons {
  max-width: fit-content;
}

.product__info-container .product-form__error-message-wrapper {
  position: absolute
}

.has-success {
  align-items: center;
  gap: 5px;
}

.has-success i {
  color: #3c763d;
}

.product-media-modal__content .slick-slider .slick-list {
  height: 100%;
}

.product-media-modal__content .slick-slider .slick-list .slick-slide {
  height: 100%;
}

.product-media-modal__content .slick-slider .slick-list .slick-track {
  height: 100%;
}

.product-media-modal__content .slick-slider .slick-list .slick-slide>div {
  height: 100%;
  display: flex;
}

.product-media-modal__content .slick-slider .slick-list .slick-slide>div img {
  width: 100%;
  height: 100%;
  object-fit: contain ! IMPORTANT;
}


.product-media-modal__content .slick-slider {
   max-width: 1000px !important;
    margin: 0 auto;
    max-height: 1000px;
    position: static;
}

.product-media-modal__content .slick-slider img {
  object-fit: cover !important;
}


@media screen and (max-width: 820px) {

  .customer.account,
  .customer.addresses {
    max-width: 100% !important;
    margin: 2% !important;
  }
}

@media screen and (max-width: 767px) {
  .slick-slide>div {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .slick-list,
  .slick-track,
  .slick-slide {
    height: 100% !important
  }

  .product .slick-track iframe {
    margin-top: 0;
  }

  .slick-prev.slick-arrow,
  .slick-next.slick-arrow {
    top: 50%;
  }

  .product-media-modal__content .slick-slider {
    max-height: none;
  }

  .product-media-modal__content .slick-slider img {
    object-fit: contain !important;
  }
}

@media screen and (max-width: 575px) {
  .address-row .address-wrap {
    width: 100%;
  }

  .customer.account input {
    width: 100%;
  }

  .customer.account .content-block h1,
  .customer.account .content-block h3 {
    font-size: 21px;
  }

  .checkout-layout .checkout-main-col .grey-bar,
  .content-block .content-header.grey-bar {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .custom-EditAddress form .form-inner>div input {
    width: 100%;
  }
}

.customer.order .page-width {
  max-width: 820px;
  padding: 0;
  margin: 2% auto
}

.customer.order .top-link-text {
  font-size: 14px;
  margin-bottom: 15px;
}

.customer.order .wrap-invoice {
  border: 2px #efefef solid;
  margin: 2% auto
}

.customer.order .wrap-invoice h1 {
  font-weight: 500;
  font-size: 21px;
  padding: 10px 30px 10px;
  padding-left: 4%;
  transition-property: color, background;
  font-weight:500;
  margin-bottom: 0;
  margin-top: 0;
  color: #333;
  text-align: left;
}

.invoice-info {
  padding: 4%
}

div#order-details-top p {
  margin: 0 0 7px;
  font-size: 15px;
}

.wrap-invoice .order-address {
  display: flex;
  width: 100%;
  margin-top: 30px
}

.content-block.order-details-box {
  border: 1px #efefef solid;
  padding: 15px;
  margin-bottom: 30px;

}

.content-block.order-details-box,
.order-products-total {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.content-block.order-details-box .content-box-inner,
.order-products-total .order-notes,
.order-products-total .order-total-outer {
  width: calc(50% - 8px)
}

.content-block.order-details-box p {
  margin: 0;
  font-size: 15px;
  color: #333
}

.wrap-invoice .order-address .address-outer {
  flex: 1
}

.wrap-invoice .order-address .address-outer h3,
.wrap-invoice .order-address .address-outer p,
.order-notes p {
  font-size: 15px !important;
  color: #333
}

.wrap-invoice .order-address .address-outer h3 {
  margin: 0;
  font-weight:500;
}

.order-details thead th,
.order-total-outer .order-total-table td:first-child {
  text-transform: capitalize !important;
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
}

.order-details td,
.order-details thead th,
.order-total-outer .order-total-table td,
.order-total-outer .order-total-table th {
  font-size: 15px !important;
  color: #333 !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wrap-invoice b {
  font-weight:500;
  font-weight: 500 !important
}

.customer table.order-details {
  border-collapse: separate !important;
  box-shadow: none !important;
  border-bottom: 1px #efefef solid;
  padding-bottom: 15px;
  margin-bottom: 30px
}

.order-total-outer .order-total-table {
  border-collapse: separate !important;
  box-shadow: none !important;
}

.customer table.order-details thead:after,
.customer table.order-details tfoot:before {
  display: none
}

.order-details td a {
  text-decoration: none
}

.order-details td:nth-child(3),
.order-details td:nth-child(4),
.order-details th:nth-child(3),
.order-details th:nth-child(4) {
  text-align: center !important
}

.wrap-invoice p {
  font-weight: 300 !important;
}

.order-notes p {
  margin: 0 !important
}

.wrap-invoice .footer-ctext.center {
  flex: 100%;
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 15px;
  color: #333;
}

.product .product.product--medium .product-form__input.product-form__input--pill {
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}

.product .product.product--medium .product-form__input.product-form__input--pill label {
  max-width: 31%;
  margin-right: 10px;
  min-width: 31%;
  padding: 4px 4px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width:1200px) {
  .product .product.product--medium .product-form__input.product-form__input--pill label {
    max-width: 48%;
    min-width: 48%;
  }
}

@media screen and (max-width:767px) {
  .product .product.product--medium .product-form__input.product-form__input--pill label {
    max-width: 31%;
    min-width: 31%;
  }
}

@media screen and (max-width:575px) {
  .product .product.product--medium .product-form__input.product-form__input--pill label {
    max-width: 47%;
    min-width: 47%;
  }
}

@media screen and (max-width:480px) {
  .product .product.product--medium .product-form__input.product-form__input--pill label {
    max-width: 100%;
    margin-right: 0;
    min-width: 100%;
  }
}

@media screen and (max-width:840px) {
  .customer.order .page-width {
    max-width: 100%;
    margin: 2%;
  }
}

@media screen and (max-width:767px) {
  .customer.order .wrap-invoice h1 {
    font-size: 18px;
  }

  div#order-details-top p,
  .content-block.order-details-box p {
    font-size: 14px;
  }

  .wrap-invoice .order-address .address-outer h3,
  .wrap-invoice .order-address .address-outer p,
  .order-notes p {
    font-size: 14px !important;
  }

  .order-details td,
  .order-details thead th,
  .order-total-outer .order-total-table td,
  .order-total-outer .order-total-table th {
    font-size: 14px !important;
  }

  .order-details tr td:before,
  .wrap-invoice .order-total-table tr td:before {
    font-family: "Gotham SSm A", "Gotham SSm B" !important;
    text-transform: capitalize;
    font-size: 14px;
  }

  .wrap-invoice .order-total-table tr td:first-child {
    display: none !important
  }

  .wrap-invoice .footer-ctext.center {
    font-size: 14px;
  }

  .pscart-help-topic.cart-block {
    text-align: center;
  }
}

@media screen and (max-width:575px) {
  .order-total-outer {
    order: -1;
  }

  .order-products-total .order-notes,
  .order-products-total .order-total-outer {
    width: 100%;
  }

  .order-products-total {
    gap: 10px;
  }

  .customer table.order-details {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

/*-- inspect-replenish page--*/
@media screen and (min-width: 750px) {
  .page-inspect-replenish .banner--small:not(.banner--adapt) {
    min-height: 380px;
  }
}

.page-inspect-replenish h1.rich-text__heading {
  color: #333;
}

.page-inspect-replenish .hbspt-form {
  margin-bottom: 0 !important;
}

.page-inspect-replenish .sales-block.text-center h2 {
  font-size: 35px;
  color: #ed8b00 !important;
}

@media screen and (max-width:767px) {
  .page-inspect-replenish h1.rich-text__heading {
    font-size: 32px;
  }
}



@media screen and (min-width: 750px) {
  .page-share-my-cart .banner--small:not(.banner--adapt) {
    min-height: 500px;
  }
}

.page-share-my-cart .hastrasparentbg .banner__box {
  top: 25%;
}

.page-share-my-cart .hastrasparentbg .banner__text p {
  color: #333;
}

.page-share-my-cart .hbspt-form {
  padding: 0 15px;
  max-width: 1230px;
  margin: 50px auto !important;
}

.page-share-my-cart .hbspt-form .ps-Add,
.page-share-my-cart .hbspt-form .ps-remove {
  outline: 0 !important;
  box-shadow: none !important
}

.page-share-my-cart .hbspt-form .ps-Add:hover,
.page-share-my-cart .hbspt-form .ps-remove:hover {
  background: #ccc;

}

.page-share-my-cart fieldset .input {
  margin-right: 0 !important;
}

.page-share-my-cart .form-columns-3 .hs-form-field {
  width: 33.333% !important;
}

@media screen and (max-width: 767px) {

  .page-share-my-cart .banner .banner__content--middle-center .banner__box {
    background-color: rgba(255, 255, 255, 0.9) !important;
  }

  .page-share-my-cart .hastrasparentbg h1 {
    font-size: 29px
  }
}

@media screen and (max-width: 575px) {
  .page-share-my-cart .form-columns-3 .hs-form-field {
    width: 100% !important;
  }
}





/*-- professional-pricing --*/

@media screen and (min-width: 750px) {
  .page-commercial-accounts .banner {
    min-height: 500px !important;
  }
}

.page-commercial-accounts .hastrasparentbg h1 {
  font-size: 36px;
}

.page-commercial-accounts .hastrasparentbg .banner__box {
  top: 25%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px 50px;
}

.page-commercial-accounts .hastrasparentbg .banner__box p {
  margin-bottom: 0;
  color: #555759;
  font-size: 20px;
}

.page-commercial-accounts .sales-block .title {
  text-align: left !important;
  padding-left: 0 !important;
  display: flex;
  box-sizing: content-box;
  margin: 0 auto 2%;
  padding-right: 0 !important;
}

.page-commercial-accounts .sales-block h2:after {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin-left: 0;
  flex-grow: 1;
  -webkit-box-flex: 1;
  border-top: 2px solid #f08921;
  display: block;
  align-self: center;
  margin-left: 2em;
}


.business-accounts .icon {
  width: 21px !important;
  min-width: 21px;
  margin-right: 15px !important;
}

.business-accounts .icon img {
  max-width: 100%
}

.business-accounts .content-wrapper {
  background-color: #f6f6f6;
}

.business-accounts .image-container {
  flex: 30%;
  max-width: 30%;
}

.business-accounts .image-container {
  max-height: 500px;
  object-fit: cover;
  position: relative;
  overflow: hidden;

}

.business-accounts .image-container img {
  height: 500px;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}

.business-accounts .image-container img {
  border-radius: 0 !important;
  box-shadow: none !important
}

.business-accounts .accordion-container {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding-left: 3% !important;
}

.business-accounts .accordion-header:hover {
  background: transparent !important
}

.business-accounts .accordion-header {
  justify-content: start !important;

  font-weight: 400 !important;
  font-size: 19px;
  color: #333;
  line-height: normal
}

.page-commercial-accounts .sales-block .title:before {
  display: none
}

.multicolumn-card__info h3 {
  text-transform: uppercase;
 font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight:500;
}

.multicolumn-card__info p {
  font-weight: 300 !important;
}

.page-commercial-accounts .multicolumn-card__info {
  padding-left: 0 !important;
  padding-bottom: 0
}

.page-commercial-accounts h3,
.page-commercial-accounts p {
  color: #333
}

.page-commercial-accounts h3 {
  font-size: 19px;
  margin-bottom: 15px
}

.page-commercial-accounts .accordion-container {
  background-color: #f6f6f6;
}

.page-commercial-accounts .accordion {
  border: none;
  margin-bottom: 0;
  margin-top: 0 !important;
}


.page-commercial-accounts .accordion-item {
  border-top: dashed 1px #ccc;
  border-bottom: none !important;
}


.page-commercial-accounts .business-accounts .accordion-body {
  background: transparent !important;
  color: #333;
  padding-left: 50px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 25px;

}

.page-commercial-accounts .image-with-text__text p {
  font-weight: 300 !important;
}

.page-commercial-accounts .image-with-text__text p a {
  color: #fb8c02;
  text-decoration: underline;
  text-underline-offset: 4px !important;
}

.page-commercial-accounts .image-with-text__text p a:hover {
  color: #fb8c02;
  text-decoration: underline;
  text-underline-offset: 4px !important;
}

.page-commercial-accounts .business-accounts .accordion-body p {
  font-size: 16px;
  margin-bottom: 0
}

.page-commercial-accounts .business-accounts .accordion-header {
  font-size: 19px;
  padding: 18px 0;
  display: flex;
  align-items: baseline;
}

.without_image_wrap {
  margin-bottom: 50px
}

.page-commercial-accounts .accordion-container p {
  margin-bottom: 15px;
  font-weight: 300 !important;
}

.page-commercial-accounts section.business-accounts.page-width {
  max-width: 1545px;
  margin: 0 auto;
  padding: 0 15px
}

.content-wrapper.without_image_wrap .accordion-item:first-child {
  border-top: none
}

@media screen and (max-width: 1300px) {

  .sales-block h2,
  .sales-block2 h2 {
    font-size: 26px !important;
  }

  .page-commercial-accounts .hastrasparentbg h1 {
    font-size: 28px;
  }
  .multi-column-catalog-sec.multicolumn .title {
    font-size: 35px !important;
}
}

.page-commercial-accounts .multicolumn .page-width {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 989px) {
  .page-commercial-accounts ul.multicolumn-list.contains-content-container {
    padding-left: 0;
    padding-right: 0;
    gap: 40px
  }

  .page-commercial-accounts ul.multicolumn-list.contains-content-container li {
    width: calc(50% - 40px);
    max-width: 50%
  }

  .page-commercial-accounts .sales-block .title {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .page-commercial-accounts .business-accounts.page-width .sales-block .title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 767px) {

  .page-commercial-accounts .business-accounts .content-wrapper {
    gap: 0;
    flex-direction: column;
  }

  .page-commercial-accounts .business-accounts .image-container {
    flex: 100%;
    width: 100%;
    max-width: 100%;
  }

  .business-accounts .accordion-container {
    padding-top: 3% !important;
    padding-right: 3% !important;
  }

  .page-commercial-accounts .business-accounts .accordion-header {
    font-size: 18px;
    line-height: 22px;
  }

  .sales-block h2,
  .sales-block2 h2 {
    font-size: 24px !important;
  }

  .bussiness_image_with_text .image-with-text__content {
    padding: 15px
  }

  .bussiness_image_with_text .image-with-text__content p {
    margin-top: 0
  }

  .hastrasparentbg .banner__text p {
    text-align: center !important;
  }
}

@media only screen and (max-width: 575px) {
  ul.multicolumn-list.contains-content-container {
    gap: 15px !important;
    padding: 0 !important
  }
}


.cart_empty_wrap .set-top-cart-wrap a.checkout_btn {
  padding: 9px;
  min-height: auto
}



.cart_empty_wrap .set-top-cart-wrap {
  display: flex;
  gap: 30px;
  align-items: center;
}

.cart_empty_wrap .set-top-cart-wrap .checkout-details {
  width: 80%
}

.cart_empty_wrap .set-top-cart-wrap .cart_summary_inner_wrap {
  width: 20%
}

.set-top-cart-wrap .buttons_wrap_login button {
  text-transform: capitalize;
  padding: 8px 20px !important;

}

.set-top-cart-wrap .buttons_wrap_login button.secondary_btn {
  border: 2px solid #ececec;
  background: transparent;
}

.set-top-cart-wrap .buttons_wrap_login button.btn-primary {
  border: 2px solid #ff9000;
}

.set-top-cart-wrap .buttons_wrap_login button.btn-primary:hover {
  border: 2px solid #db8916 !important;
}

.set-top-cart-wrap .buttons_wrap_login button.secondary_btn:hover {
  background: #ececec;
}

.cart .button:disabled,
.cart .set-top-cart-wrap .empty_checkout {
  opacity: 1 !important;
  background: #cccccc !important;
  color: #eee !important;
  border-color: #ccc !important;
}

@media only screen and (max-width: 1100px) {
  .cart_empty_wrap .set-top-cart-wrap .checkout-details {
    width: 75%
  }

  .cart_empty_wrap .set-top-cart-wrap .cart_summary_inner_wrap {
    width: 25%
  }
}

@media screen and (max-width: 767px) {
  .cart_empty_wrap .set-top-cart-wrap .checkout-details {
    width: 100%
  }

  .cart_empty_wrap .set-top-cart-wrap .cart_summary_inner_wrap {
    width: 100%
  }

  .cart_empty_wrap .set-top-cart-wrap {
    flex-wrap: wrap;
  }
}


/*-- facility-design --*/

.page-facility-design .comman-multicolumn .slider-mobile-gutter {
  margin: 0;
}

.page-facility-design .facility-design-how-work {
  background: #f0f0f0;
  padding: 30px 0 50px !important;
}

@media screen and (min-width: 750px) {
  .page-facility-design .banner {
    min-height: 500px !important;
  }
}

.page-facility-design .hastrasparentbg .banner__box {
  top: 25%;
}

.page-facility-design .image-with-text__content h2 {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-weight: 500 !important;
  font-size: 27px;
  line-height: normal !important;
}

.image-with-text__content ul {
  margin-bottom: 15px;
  list-style: disc;
  padding-left: 40px;
}

.image-with-text__content ul li {
  font-weight: 300 !important;
  color: #333;
  font-size: 16px
}

.page-facility-design .image-with-text__content {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

.facility-design-image-with-text {
  padding: 50px 0 !important
}

.page-facility-design .image-with-text__grid {
  align-items: center;
}

.page-facility-design .sales-block h2:before {
  margin-left: -100%
}

.page-facility-design .sales-block h2:after {
  margin-right: -100%
}

.facility-design-how-work .page-width {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.page-facility-design .shopify-section {
  overflow: hidden
}

.page-facility-design .multicolumn-card__image {
  position: relative !important;
  max-width: 200px !important;
  margin: 0 auto;
}

.page-facility-design .multicolumn-card__info {
  text-align: center;
  margin-bottom: 30px
}

.page-facility-design .media--adapt {
  padding-bottom: 0 !important
}

.page-facility-design .multicolumn-card__info h3 {
  color: #f08921;
  font-size: 40px;
  font-family: "Gotham Cond A", "Gotham Cond B" !important;
}

.page-facility-design .heading-content {
  font-size: 19px;
  text-align: center;
  max-width: 1200px;
  margin: 50px auto;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  padding: 0 15px
}

.page-facility-design .comman-multicolumn .multicolumn-card__info p {
  color: #333;
  font-size: 16px;
  line-height: auto;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  padding: 0 15px;
}

.page-facility-design .multicolumn-card__info {
  margin-bottom: 0
}

.facility-design-slide {
  display: flex;
  align-items: center;
  gap:0 40px
}

.facility-design-slide h3 {
  text-transform: uppercase;
  line-height: 0.95;
  font-weight: 500;
  color: #f08921;
  margin-top: 0;
  font-size: 3.5em;
  padding-bottom: 5px;
  font-family: "Gotham Cond A", "Gotham Cond B";
}

.facility-design-slide hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  width: 100%
}

.facility-design-slide p {
  font-size: 24px;
  font-weight: 300 !important;
}

.facility-design-slide .sp-image-container {
  width: 100%
}


.cart-popup .cart-items .cart-item {
  display: flex;
  flex-wrap: wrap;
   gap:0 10px;
}

@media screen and (max-width:1280px) {
  .product-quantity input {
    padding: 8px;
    min-width: 70px;
    max-width: 70px;
  }
}

@media screen and (max-width: 950px) {
  .product-quantity input {
    padding: 8px;
    min-width: 70px;
    max-width: 70px;
  }
}

@media screen and (max-width: 767px) {
  .cart_empty_wrap {
    margin-bottom: 20px
  }

  .product-quantity input {
    padding: 8px 8px 8px 8px;
    min-width: 60px;
    max-width: 60px;
  }

  #saved-for-later-section .saved-product-row {
    margin-bottom: 10px;
  }
}


.custom-image-with-text-slider .sp-image-container .sp-image {
  max-height: 550px;
  object-fit: contain;
}

@media screen and (max-width: 989px) {
  .page-facility-design ul.multicolumn-list.contains-content-container li {
    width: calc(100% - 20px);
    max-width: 100%;
  }

  .page-facility-design .multicolumn-card__info h3 {
    font-size: 36px;
  }

  ul.multicolumn-list.contains-content-container {
    gap: 20px;
  }

  .facility-design-slide h3 {
    font-size: 30px;

  }

  .facility-design-slide p {
    font-size: 18px;
  }

  .facility-design-slide {
    gap: 40px;
  }

  .page-facility-design .heading-content {
    font-size: 17px;

  }

  .page-facility-design .comman-multicolumn .multicolumn-card__info p {
    font-size: 15px;
    padding: 0 0;
  }

  card__info a.link {
    font-size: 15px;
  }

  .comman-multicolumn .multicolumn-card__info a h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .page-facility-design ul.multicolumn-list.contains-content-container li {
    width: calc(100% - 20px);
    max-width: 100%;
  }

  .page-facility-design .grid-row {
    grid-template-columns: repeat(1, 1fr);
  }

  .facility-design-image-with-text .image-with-text__content {
    padding-left: 0 !important
  }

  .facility-design-slide {
    flex-wrap: wrap;
  }

  .page-facility-design .slick-dots {
    top: auto;
    right: 0;
    bottom: -40px;
    left: 0;
    justify-content: center;
  }
}

/*-- About us page --*/
.page-about .about-quality-fitness-section h1 {
  text-transform: uppercase;
  margin-top: 0;
  font-weight:500;
  color: #f08921;
  font-size: 30px;
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
}

.page-about .background-primary .page-width {
  padding-top: 0;
  padding-bottom: 0
}
.page-about #MainContent p{font-weight:300}
.page-about .background-primary .title-wrapper-with-link {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  justify-content: center;
}

.page-about .background-primary .title-wrapper-with-link h2:after,
.page-about .background-primary .title-wrapper-with-link h2:before {
  display: none
}

.page-about .background-primary h2,
.page-about .background-primary h4 {
  text-align: center
}

.page-about .background-primary h2 {
  font-size: 80px;
    font-family: "Gotham Cond A", "Gotham Cond B" !important;
  font-weight:500;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0 !important;
  border-bottom: none !important
}

.page-about .background-primary h4 {
  font-size: 32px;
  color: #333;
  font-weight: 300 !important;
  margin: 0;
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
}

.page-about .custom-multicolumn-section .multicolumn.background-primary .multicolumn-card {
  background: transparent;
}

.page-about .multicolumn.background-primary .multicolumn-card {
  background: transparent;
}

.page-about .multicolumn.background-primary .multicolumn-card .media {
  padding-bottom: 0 !important
}

.page-about .multicolumn.background-primary .multicolumn-card .media img {
  max-width: max-content;
  position: relative;
  height: auto;
  width: 183px;
  display: table;
  margin: 0 auto;
}

.page-about .three-column-featured-row .content-container {
  text-align: center
}

.page-about .three-column-featured-row .content-container .btn_standard {
  margin-bottom: 0;
}

.collection .collection-hero__description p a {
  color: #fb8c02;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 300 !important;
}

.page-about .custom-multicolumn-section h3.inline-richtext {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-size: 24px !important;
}

.page-about .custom-multicolumn-section .multicolumn-card .media img {
  height: auto;
  width: 100%;
  top: 0% !important;
  max-width: 100%;
  left: 0 !important;
  transform: none !important;
  margin: 50px auto !important;
}

.page-about .background-primary {
  margin-top: 40px
}

.about-order-list ul,
.page-financing .benefits_section_wrap ul {
  padding: 0;
  margin: 0;
  list-style-type: none
}

.about-order-list ul li,
.page-financing .benefits_section_wrap ul li {
  position: relative;
  padding-left: 35px;
  color: #f08921;
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  text-transform: uppercase;
  margin: 5px 0
}

.about-order-list ul li:before,
.page-financing .benefits_section_wrap ul li:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 8px;
  background: #333;
  left: 0;
  top: 0;
  margin-top: 10px;
}

.page-about .custom-video-with-text .captext p a {
  font-weight:500;
  color: #f08921 !important;
  text-decoration: none !important
}

.page-about .three-column-featured-row .btn_standard {
  background: transparent;
  color: #f08921 !important;
  font-size: 24px;
  font-weight:500;
  margin-top: 0
}

.page-about .three-column-featured-row .btn_standard:hover {
  opacity: 0.8
}

.page-about .image-with-text__content h2 {
  font-size: 30px;
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

@media screen and (max-width: 1300px) {
  .page-about .background-primary h2 {
    font-size: 80px !important;
    white-space: normal;
  }
  .page-about .multicolumn .page-width {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .page-about .image-with-text__content {
    padding: 15px
  }

  .page-about .about-quality-fitness-section h1 {
    font-size: 24px;
  }

  .page-about .custom-multicolumn-section .multicolumn-card__info h3 {
    font-size: 20px !important;
  }

  .page-about .image-with-text__content h2 {
    font-size: 24px;
  }

  .page-about .custom-multicolumn-section .multicolumn-card__info {
    padding: 0;
  }

  .page-about ul.multicolumn-list.contains-content-container li {
    width: 100%;
    max-width: 100%;
  }

  .page-about .custom-multicolumn-section .multicolumn-list {
    grid-template-columns: auto;
  }
}

.related_products_wrap ul {
  padding-bottom: 0
}

.related_products_wrap ul li {
  position: relative;
  margin-bottom: 12px;
  line-height: normal;
}

.related_products_wrap ul li a:after {
  content: '>';
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}


/*-- Financing --*/

.page-financing .image-with-text__content h2 {
  font-size: 30px;
  font-weight:500;
}
.page-financing .benefits_section_wrap .btn-primary {
  border: 2px solid #f08921;
  color: #f08921;
  background: inherit;
  width: 85%;
  padding: 0 0px;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  height: 40px;
  align-items: center;
  line-height: 38px;
}

.page-financing .benefits_section_wrap ul li:before {
  background: #f08921;
}

.page-financing .benefits_section_wrap ul {
  margin: 25px 0
}

.page-financing .benefits_section_wrap ul li {
  color: #555759;
  text-transform: none;
  font-weight: 500 !important
}

.page-financing .benefits_section_wrap .btn-primary:hover {
  color: #555759;
  background: inherit;
  border: 2px solid #555759;
}

.page-financing .business-accounts {
  padding: 0 15px;
  max-width: 1545px;

}

.page-financing .business-accounts .accordion-container {
  padding-left: 0 !important;
}

.page-financing .accordion {
  border: none;
  margin-bottom: 0;
  margin-top: 0 !important;
}

.page-financing .business-accounts .accordion-item {
  border-bottom: dashed 1px #ccc;
}

.page-financing .business-accounts .accordion-item:last-child {
  border-bottom: none !important
}

.page-financing .business-accounts .accordion-item .accordion-body {
  background-color: #f5f5f5;
}

.page-financing .business-accounts .accordion-item .accordion-body p {
  margin-bottom: 0;
  font-weight: 300 !important;
  padding-left: 35px
}

.page-financing .business-accounts .accordion-item .accordion-body p a {
  color: #fb8c02;
  text-decoration: underline;
  cursor: pointer;
}

@media only screen and (min-width: 767px) {

  .page-financing .sales-block h1:before {
    content: " ";
    display: block;
    border-top: 2px solid #F08921;
    position: absolute;
    top: 50%;
    left: 0;
    right: 50%;
    margin-right: 250px;
  }

  .page-financing .sales-block h1:after {
    content: " ";
    display: block;
    border-top: 2px solid #F08921;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    margin-left: 335px;
  }

  .page-financing .sales-block h2:before,
  .page-financing .sales-block h1:before {
    margin-right: 360px;
    margin-left: -100%;
  }

  .page-financing .sales-block h2:after,
  .page-financing .sales-block h1:after {
    margin-left: 360px;
    margin-right: -100%;

  }
}

.page-financing .hbspt-form {
  margin-bottom: 20px !important;
}

.page-financing .shopify-section {
  overflow: hidden
}

@media only screen and (max-width: 767px) {
  .page-financing .image-with-text__content {
    padding: 15px;
  }

  .page-financing .benefits_section_wrap .btn-primary {
    width: 100%;
  }
}

.page-financing .sales-block .title.inline-richtext {
  margin-top: 15px !important;
  margin-bottom: 20px !important;
}

.page-financing .sales-block h1 {
  font-size: 35px;
  padding: 1.5% 2%;
  color: #f08921;
  border: 0px solid;
  border-right: none;
  border-left: none;
  clear: both;
  text-align: center;
  position: relative;
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  margin-bottom: 1em;
  letter-spacing: 0px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}

.page-financing .feature-row p {
  font-size: 19px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  max-width: 1100px;
  margin-bottom: 0;
  font-weight:500;
}

.page-financing .finance_page_wrap.page-width .sales-block .title.inline-richtext {
  margin-top: 0 !important;
}

.page-financing .content-for-layout {
  margin: 15px 0 10px
}

.page-financing .finance_page_wrap.page-width {
  padding-top: 0 !important
}

.page-financing .image-with-text__text h3 {
  font-size: 20px;
  font-weight: 400;
  color: #555759;
  font-family: "Gotham SSm A", "Gotham SSm B";
}

@media only screen and (max-width: 767px) {
  .page-financing .sales-block h1 {
    font-size: 24px;
  }

  .page-financing .image-with-text__content h2 {
    font-size: 24px;
    line-height: 30px !important;
  }

  .page-financing .image-with-text__text h3 {
    font-size: 18px;
  }
}

/*-- meet-with-ps --*/

@media screen and (min-width: 750px) {

  .page-meet-with-ps .banner--small,
  .page-equipment-consultation .banner--small {
    min-height: 500px;
  }
}

.page-meet-with-ps .banner__text p,
.page-equipment-consultation .banner__text p {
  color: #555759 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.page-meet-with-ps .banner__text p a {
  font-weight:500;
  font-weight: 500 !important;
  text-decoration: none !important;

}

.page-meet-with-ps .hastrasparentbg .banner__box,
.page-equipment-consultation .hastrasparentbg .banner__box {
  top: 25%;
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 1100px;
  padding: 25px 50px;

}


.page-meet-with-ps .multicolumn-card__info {
  text-align: center
}

.page-meet-with-ps .multicolumn-card__info .btn_standard,
.page-equipment-consultation .btn_standard {
  background: transparent;
  color: #f08921;
  font-weight:500;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.page-meet-with-ps .multicolumn-card__info p,
.page-equipment-consultation .multicolumn-card__info p {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 16px !important;
  color: #333;
  margin-bottom: 1em;
  padding: 0 25px;
}

.page-meet-with-ps .multicolumn-card__info p a:hover,
.page-equipment-consultation .multicolumn-card__info p a:hover {
  color: #f08921;
  text-decoration: none !important
}

.page-meet-with-ps .multicolumn-card__info .inline-richtext,
.page-equipment-consultation h3.inline-richtext {
  font-size: 35px;
  font-family: "Gotham Cond A", "Gotham Cond B"; font-weight:600;
  color: #f08921;
}
.page-meet-with-ps .multicolumn-card__info .inline-richtext{font-weight:500;}
.page-equipment-consultation h3.inline-richtext {
  font-family: "Gotham Cond A", "Gotham Cond B";
}

.page-meet-with-ps .multicolumn-card__info .inline-richtext a:hover,
.page-meet-with-ps .multicolumn-card__info .btn_standard:hover,
.page-equipment-consultation .btn_standard:hover,
.page-equipment-consultation h3.inline-richtext a:hover {
  color: #333;
  text-decoration: none !important
}

.page-meet-with-ps .multicolumn-card__info .rte {
  margin-top: 0 !important
}


@media screen and (max-width:420px) {
  .page-meet-with-ps .multicolumn-card__info .btn_standard {
    font-size: 14px;
  }

  .page-meet-with-ps .multicolumn-card__info p {
    font-size: 14px !important;
  }

  .page-meet-with-ps .multicolumn-card__info .inline-richtext {
    font-size: 26px;
  }
}


/*-- equipment-consultation --*/

@media only screen and (min-width: 767px) {
  .page-equipment-consultation .sales-block h2:before {
    margin-left: -100%;
  }

  .page-equipment-consultation .sales-block h2:after {
    margin-right: -100%;
  }
}

.page-equipment-consultation .connect_section_cc {
  overflow: hidden
}

.page-equipment-consultation .media {
  padding-bottom: 0 !important
}

.page-equipment-consultation .media img {
  position: relative !important;
  max-width: 200px
}

.page-equipment-consultation .multicolumn-list {
  justify-content: center;
  margin-top: 50px
}

.page-equipment-consultation .image-with-text__text p {
  font-weight: 300 !important;
}

.page-equipment-consultation .image-with-text__text p a {
  color: #f08921;
  font-weight:500;
  text-decoration: none !important
}

.page-equipment-consultation .image-with-text__text p a:hover {
  color: #333
}

.page-equipment-consultation h2.image-with-text__heading {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-size: 27px;
  font-weight: 500 !important
}


.page-equipment-consultation .content-for-layout .shopify-section:nth-child(3) {
  margin-top: 15px
}

.page-equipment-consultation .image-with-text__content ul li {
  line-height: 24px;
  margin: 5px 0
}

.page-equipment-consultation .image-with-text__content ul {
  margin: 20px 0
}

@media only screen and (max-width: 767px) {
  .page-equipment-consultation .image-with-text__content {
    padding: 15px;
  }

  .page-equipment-consultation .multicolumn-card__info {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .page-equipment-consultation h3.inline-richtext {
    font-size: 27px;
  }
}


/*-- Flooring --*/
@media screen and (min-width: 750px) {
  .page-flooring .banner--small {
    min-height: 500px;
  }
}

.page-flooring .flooring-both-side-text-sec .media>img {
  object-fit: contain;
  height: auto !important;
  width: auto !important;
  max-width: 550px
}

.page-flooring .flooring-both-side-text-sec .without_image_custom {
  border: none !important
}

.page-flooring .Opage-listings.flooring-link-block {
  min-width: 100%;
  background: #fff;
  padding: 15px 0 !important;
  overflow: hidden;
  height: auto;
  text-align: center;
  border-top: none !important;
  border-bottom: none !important
}

.page-flooring .Opage-listings ul {
  margin: 0 !important
}

.page-flooring .image-with-text__heading {
  color: #444 !important;
  font-size: 20px;
  font-weight:500;
      font-family: "Gotham SSm A", "Gotham SSm B";
    line-height: 30px;
}
.page-flooring .image-with-text__content ul li {
    font-weight: 400 !important;
}

.page-flooring .hs-form-checkbox-display{font-weight:300 !important}
.page-flooring .flooring-both-side-text-sec p,
.page-flooring .flooring-both-side-text-sec ul li {
  font-family: "Gotham SSm A", "Gotham SSm B";
}

.page-flooring .flooring-multicolumn-one-sec .multicolumn-card__info p {
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 19px;
  font-weight:400 !important
}



@media screen and (max-width: 1100px) {
  .page-inspect-replenish h1.rich-text__heading {
    font-size: 32px !important;
  }

  .page-inspect-replenish .warranty-product-categories-outer .sales-block h2 {
    font-size: 32px !important;
    line-height: 40px !important;

  }
}

.page-flooring .flooring-multicolumn-two-sec .multicolumn-card .media.media--transparent {
  padding-bottom: 0 !important
}

.page-flooring .flooring-multicolumn-two-sec .multicolumn-card .media.media--transparent img {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  width: 100px;
  display: table;
  margin: 0 auto
}

.page-flooring .multicolumn-card .multicolumn-card__info h3 {
  font-size: 21px;
  text-align: center;
}

.page-flooring .flooring-multicolumn-two-sec .multicolumn-card .multicolumn-card__info p {
  font-weight: 300 !important;
  font-size: 16px;
  text-align: center
}

.page-flooring .flooring-multicolumn-two-sec .multicolumn-card .multicolumn-card__info p br {
  display: none
}

.flooring-multicolumn-three-sec .inline-caption {
  font-size: 16px;
  font-weight:700;
  text-align: center
}

.flooring-multicolumn-three-sec .inline-richtext {
  color: #F08921;
}

.flooring-multicolumn-three-sec .multicolumn-card__info {
  padding-bottom: 10px !important
}

.flooring-multicolumn-three-sec .multicolumn-card__info p {
  text-align: center
}

.page-flooring .title:after {
  margin-left: 325px;
  margin-right: -100%;
}

.page-flooring .title:before {
  margin-left: -100%;
  margin-right: 325px;
}

.page-flooring .section {
  overflow: hidden
}

.flooring-multicolumn-three-sec .multicolumn-list li:first-child,
.flooring-multicolumn-three-sec .multicolumn-list li:nth-child(2),
.flooring-multicolumn-three-sec .multicolumn-list li:nth-child(3) {
  margin-bottom: 50px
}

.page-flooring .hbspt-form {
  margin-bottom: 0 !important;
}

.page-flooring .page-width {
  padding-top: 0 !important;
  padding-bottom: 0px !important;
}

#ConnectwithUs p {
  font-size: 21px;
  font-weight:500;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center
}


#ConnectwithUs .content-container {
  padding-top: 0 !important
}

.Opage-listings ul li a:hover,
#ConnectwithUs h2 {
  color: #f08921 !important;
}

.Opage-listings ul li:last-child {
  display: none
}

.flooring-multicolumn-three-sec .sales-block,
.flooring-multicolumn-two-sec .sales-block,
.flooring-multicolumn-one-sec .sales-block {
  margin-bottom: 30px
}

.flooring-both-side-text-sec .image-with-text__content {
  padding-bottom: 0 !important
}

@media screen and (max-width: 767px) {
  .page-flooring .flooring-both-side-text-sec .without_image_custom {
    padding-bottom: 0 !important
  }

  .page-flooring .flooring-both-side-text-sec .without_image_custom img {
    position: relative;
    height: 130px !important;
  }

  .flooring-both-side-text-sec .image-with-text__content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

}

@media screen and (max-width: 575px) {
  .Opage-listings ul li {
    width: 100%;
    float: left;
    display: block;
    margin: 0 15px 0px;
    text-align: left;
  }

  .Opage-listings ul li span.bar {
    display: none
  }

  .Opage-listings ul li a {

    padding: 3px 0;
    display: block;
  }

  .page-flooring ul.multicolumn-list.contains-content-container li {
    width: 100%;
    max-width: 100%;
  }

}


/*-- Recovery, --*/

.page-recovery .hastrasparentbg .banner__box,
.page-functional-training .hastrasparentbg .banner__box,
.page-studio-fitness .hastrasparentbg .banner__box,
.page-strength-training-equipment .hastrasparentbg .banner__box {
  padding: 25px 50px;
  top: 35%;
}

.page-fitness-equipment-storage .hastrasparentbg .banner__box {
  padding: 25px 50px;
  top: 30%;
}


@media screen and (min-width: 750px) {

  .page-recovery .banner,
  .page-functional-training .banner,
  .page-studio-fitness .banner,
  .page-strength-training-equipment .banner,
  .page-fitness-equipment-storage .banner {
    min-height: 500px !important;
  }
}



.page-recovery .inline-richtext.h1,
.page-functional-training .inline-richtext.h1,
.page-studio-fitness .inline-richtext.h1,
.page-strength-training-equipment .inline-richtext.title,
.page-strength-training-equipment .inline-richtext.h1,
.page-fitness-equipment-storage .inline-richtext.h1 {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-size: 27px;
  font-weight: 500 !important;
  /*line-height: 38px !important*/
}
.page-studio-fitness .inline-richtext.h1,.page-recovery .inline-richtext.h1{line-height: 38px !important;}
.page-strength-training-equipment .image-with-text__text-item.grid__item .inline-richtext.h1,
.page-functional-training .image-with-text__text-item.grid__item .inline-richtext.h1 {
  line-height: 38px !important;

}

.page-recovery .image-with-text__text p,
.page-functional-training .image-with-text__text p,
.page-studio-fitness .image-with-text__text p,
.page-strength-training-equipment .image-with-text__text p,
.page-fitness-equipment-storage .image-with-text__text p {
   
  line-height: 26px !important
}


@media only screen and (min-width: 767px) {

  .page-recovery .sales-block h2:before,
  .page-studio-fitness .sales-block h2:before,
  .page-strength-training-equipment .sales-block h2:before,
  .page-fitness-equipment-storage .sales-block h2:before {
    margin-left: -100%;
    margin-right: 350px;
  }

  .page-recovery .sales-block h2:after,
  .page-studio-fitness .sales-block h2:after,
  .page-strength-training-equipment .sales-block h2:after,
  .page-fitness-equipment-storage .sales-block h2:after {
    margin-right: -100%;
    margin-left: 350px;
  }

  .page-functional-training .sales-block h2:before {
    margin-left: -100%;
    margin-right: 360px;
  }

  .page-functional-training .sales-block h2:after {
    margin-right: -100%;
    margin-left: 360px;
  }
}



.page-recovery .section,
.page-functional-training .section,
.page-studio-fitness .section,
.page-strength-training-equipment .section,
.page-strength-training-equipment .section,
.page-functional-training .section {
  overflow: hidden
}

.page-fitness-equipment-storage .image-with-text__text {
  margin-top: 0
}

.page-fitness-equipment-storage .image-with-text__text h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  color: #333;
}

.page-recovery .pdf_links {
  display: flex;
  padding: 0
}

.page-recovery .pdf_links li {
  flex: 1;
  text-align: center;
  position: relative
}

.page-recovery .pdf_links li:after {
  content: "";
  border-right: 2px solid #555759;
  height: 40px;
  position: absolute;
  left: 100%;
}

.page-recovery .pdf_links li:last-child::after {
  display: none
}



.recovery-main-imgtext,
.recovery-main-curated-sec {
  padding: 60px 0 0 0 !important
}

.page-studio-fitness .recovery-main-curated-sec {
  margin-bottom: 25px
}



.recovery-main-warrenty-wrapp {
  margin-top: 25px
}

.page-recovery .rich-text__buttons,
.page-studio-fitness .rich-text__buttons,
.page-functional-training .rich-text__buttons,
.page-strength-training-equipment .rich-text__buttons {
  margin-bottom: 0 !important;
}

.custom-multicolumn-section .page-width {
  padding-top: 0 !important;
  padding-bottom: 50px !important
}

.custom-multicolumn-section .page-width .title-wrapper-with-link {
  padding: 0 !important
}

.recovery-main-featured-blogs .multicolumn-card-spacing {
  padding-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.recovery-main-featured-blogs .multicolumn-card.content-container {
  background: transparent !important
}

.recovery-main-featured-blogs .multicolumn-card__info {
  padding: 15px 0 0 0 !important;
}

.recovery-main-featured-blogs .multicolumn-card__info .inline-richtext {
  font-family: "Gotham Cond A", "Gotham Cond B"; font-weight:500;
  color: #f08921;
  font-size: 29px
}

.recovery-main-featured-blogs .multicolumn-card__info h4 {
  text-transform: uppercase;
  font-weight: 400;
  color: #818285;
  font-size: 16px;
  font-family: "Gotham SSm A", "Gotham SSm B";
}

.recovery-main-featured-blogs .multicolumn-card__info p {
  font-size: 16px;
}

.recovery-main-featured-blogs .multicolumn-card__info .rte {
  margin-top: 0 !important
}

body .recovery-shop-all-richtext .rich-text__heading {

  font-style: italic;
  padding-bottom: 0;
  font-size: 19px !important;
  text-transform: capitalize !important;
  margin-bottom: 0 !important;

}

.recovery-shop-all-richtext .rich-text__buttons {
  margin-top: 10px !important
}

.recovery-protected_investment .image-with-text {
  background: #f0f0f0;
}

.recovery-protected_investment .image-with-text p {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-weight: 400 !important
}


@media only screen and (max-width: 1280px) {

  .page-recovery .image-with-text__content,
  .page-functional-training .image-with-text__content {
    padding: 2rem 2rem 2rem !important;
  }
}

@media only screen and (max-width: 1200px) {

  .recovery-protected_investment .grid--3-col-tablet .grid__item {
    width: 100%;
  }
}


@media screen and (min-width: 750px) {
  .page-recovery .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing)* 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing)* 2 / 3);
  }

  .page-recovery ul.multicolumn-list.contains-content-container {
    gap: 15px;
  }
}



.page-functional-training ul.pdf_links,
.page-fitness-equipment-storage ul.pdf_links,
.page-studio-fitness ul.pdf_links,
.page-strength-training-equipment ul.pdf_links,
.page-gym-storage ul.pdf_links {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 0;
  margin: 40px 0 0;

}

.page-functional-training ul.pdf_links li,
.page-fitness-equipment-storage ul.pdf_links li,
.page-studio-fitness ul.pdf_links li,
.page-strength-training-equipment ul.pdf_links li,
.page-gym-storage ul.pdf_links li {
  width: 25%;
  text-align: center;
  position: relative;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-functional-training ul.pdf_links li:after,
.page-fitness-equipment-storage ul.pdf_links li:after,
.page-studio-fitness ul.pdf_links li:after,
.page-strength-training-equipment ul.pdf_links li:after,
.page-gym-storage ul.pdf_links li:after {
  content: "";
  border-right: 2px solid #555759;
  height: 40px;
  position: absolute;
  left: 100%;

}

.page-functional-training .pdf_links li:last-child::after,
.page-functional-training .pdf_links li:nth-child(4)::after,
.page-fitness-equipment-storage ul.pdf_links li:last-child:after,
.page-fitness-equipment-storage ul.pdf_links li:nth-child(4):after,
.page-fitness-equipment-storage ul.pdf_links li:nth-child(8):after,
.page-studio-fitness ul.pdf_links li:last-child::after,
.page-studio-fitness ul.pdf_links li:nth-child(4)::after,
.page-strength-training-equipment ul.pdf_links li:last-child::after,
.page-strength-training-equipment ul.pdf_links li:nth-child(4)::after,
.page-gym-storage ul.pdf_links li:nth-child(4):after,
.page-gym-storage ul.pdf_links li:nth-child(8):after,
.page-gym-storage ul.pdf_links li:last-child::after {
  display: none
}


@media only screen and (max-width: 750px) {

  .page-recovery .grid--3-col-desktop .grid__item,
  .page-functional-training .grid--3-col-desktop .grid__item,
  .page-fitness-equipment-storage ul.pdf_links li {
    width: 100%;
    max-width: 100%;
  }

  .page-recovery .pdf_links {
    flex-wrap: wrap;
  }

  .page-recovery .pdf_links li,
  .page-functional-training ul.pdf_links li,
  .page-studio-fitness ul.pdf_links li,
  .page-gym-storage ul.pdf_links li {
    flex: 100%;
  }

  .page-recovery .pdf_links li:after,
  .page-functional-training ul.pdf_links li:after,
  .page-fitness-equipment-storage ul.pdf_links li:after,
  .page-studio-fitness ul.pdf_links li:after,
  .page-gym-storage ul.pdf_links li:after {
    display: none
  }

  .recovery-protected_investment .image-with-text .btn.btn-primary {
    width: 100%
  }
}


.product-quantity input[type="number"] {
  /*-moz-appearance: textfield;*/
}

.product-quantity input[type="number"]::-webkit-outer-spin-button,
.product-quantity input[type="number"]::-webkit-inner-spin-button {
 /* -webkit-appearance: none;*/
  margin: 0;
}


.page-studio-fitness .sales-block .title.inline-richtext,
.page-functional-training .sales-block .title.inline-richtext,
.page-recovery .title.inline-richtext {
  margin-top: 15px !important;
  margin-bottom: 20px !important;
  font-size: 27px
}

.page-studio-fitness .recovery-protected_investment {
  padding-bottom: 0 !important
}

.recovery-main-imgtext .image-with-text__grid,
.recovery-main-curated-sec .image-with-text__grid,
.recovery-protected_investment .image-with-text__grid {
  align-items: center !important
}

.recovery-main-imgtext .image-with-text__grid .image-with-text__content {
  padding: 15px 0 15px 7rem;
}

.recovery-main-curated-sec .image-with-text__grid .image-with-text__content {
  padding: 15px 7rem 15px 0;
}

.recovery-protected_investment .image-with-text__grid .image-with-text__content {
  padding: 30px 40px 30px 30px
}

@media only screen and (max-width: 750px) {

  .rich-text__buttons .btn.btn-primary,
  .btn {
    white-space: normal
  }
}


/*--Page with simple image banner --*/
.page-inspect-replenish .desktop.media img,
.page-inspect-replenish .banner__media {
  position: relative;
  min-height: 100%
}

.page-inspect-replenish .banner {
  min-height: auto
}

.page-inspect-replenish .banner__content {
  display: none
}

@media only screen and (min-width: 768px) {
  .page-request-quote .banner {
    min-height: 500px !important
  }

  .page-request-quote .hastrasparentbg .banner__box {
    top: 25% !important;
  }
}

.page-request-quote .hastrasparentbg .banner__text p {
  color: #555759;
}

.page-request-quote .custom-page-main {
  margin-top: 30px
}

.page-request-quote .request_quote_form_wrap {
  margin-top: 40px
}

.page-request-quote .hbspt-form {
  margin-bottom: 30px !important
}

.shipping-outer-wrapp h1 {
  font-size: 24px;
  font-weight:500;
  color: #333;
}


@media screen and (min-width: 750px) {
  .page-returns .banner {
    min-height: 500px !important;
  }
}

.page-returns .hastrasparentbg .banner__box {
  top: 25%;

}

.page-returns .page-width.return-policy-section {
  max-width: 1000px;
  margin-bottom: 0;
}

.page-returns .return-policy-section p {
  font-weight: 300 !important;
  font-weight: 300
}

.page-returns .return-policy-section a {
  color: #fb8c02;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 300;
}

.page-returns .return-policy-section h2 {
  ;
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-weight: 500 !important;
}

.index .page-request-quote .banner__box {
  background: #ffffffe6 !important;

}


.pdf_links li a {
  line-height: normal
}

.tooltip li.customer_name {
  border-bottom: 1px solid #eee !important;
}


/*--page-sitemap --*/
.page-sitemap .grey-bar.large {
  background: none;
  padding-left: 0;
  font-size: 38px;
  color: #333;
}

.page-sitemap .content-header {
  font-weight:500;
  font-size: 21px
}

.page-sitemap ul {
  padding-left: 0;
}

.page-sitemap ul li ul {
  padding-left: 10px;
  maargin-bottom: 15px
}

.about-main-imgtext,
.about-main-curated-sec {
  background: #f1f1f1;
}


.index .custom-multicolumn-section .page-width {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.page-schools .hbspt-form {
  margin-bottom: 50px !important;
}

/*-- facility-design-contact --*/

.page-facility-design-contact .mainpage-outer-wrapp h3 {
  max-width: 1000px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  color: #333;
  padding-top: 25px;
}

.page-facility-design-contact .hbspt-form {
  margin-bottom: 40px !important;
}

.page-facility-design-contact .banner__box.content-container {
  background-color: rgba(255, 255, 255, 0.9) !important;
  padding: 25px 50px !important;
}


.collection .media>img {
  object-fit: contain !important;
}


.collection .collection-hero__inner .media>img {
  object-fit: cover !important;
}

@media only screen and (min-width: 767px) {
  .page-gym-storage .sales-block h2:before {
    margin-right: 300px;
    margin-left: -100%;
  }

  .page-gym-storage .sales-block h2:after {
    margin-left: 300px;
    margin-right: -100%
  }
}


@media (min-width: 220px) and (max-width: 767px) {
  .page-gym-storage .banner .banner__content--middle-center {
    margin: -150px 0 0;

  }
}

.page-facility-design-contact .hastrasparentbg .banner__text p {
  color: #555759;
}

.page-facility-design-contact .hastrasparentbg .banner__box {
  top: 35%;

}

.gsa-application-form {
  width: 100%;
  height: 700px;
  padding-right: 15px;
  overflow: auto;
}

.gsa-application-form iframe {
  height: 990px
}


.gsa-application-form::-webkit-scrollbar {
  width: 12px;
}

.gsa-application-form::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.gsa-application-form::-webkit-scrollbar-thumb {
  background-color: #fb8c02;
  border-radius: 6px;
  border: 2px solid #f1f1f1;
}

.gsa-application-form::-webkit-scrollbar-thumb:hover {
  background-color: #fb8c02;
}

.gsa-application-form {
  scrollbar-width: thin;
  scrollbar-color: #fb8c02 #f1f1f1;
}

.gsa-customer-content {
  padding: 10px;
  margin: 10px auto 35px !important;
}

.page-gsa-application .mainpage-outer-wrapp {
  margin-bottom: 20px
}

ul.main-menu>li:last-child a {
  font-weight: 700;
  font-weight:700;
}

ul.main-menu>li:nth-last-child(-n+6) {
  font-weight: 700;
  font-weight:700;
}

ul.main-menu li .child-menu li a {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
}

li.start-menu-product {
  margin-left: -25px;
}

li.start-menu-product a {
  font-weight: 700;
  font-weight:700;
}

.page-gym-storage .image-with-text__text p {
  font-weight: 300 !important;
  font-weight: 300
}

.page-gym-storag .image-with-text__text--caption {
  font-family: "Gotham SSm A", "Gotham SSm B";
}

.page-sitemap .sitemap-outer {
  margin-bottom: 40px
}

/*-- ymca page  --*/

.page-ymca .banner {
  height: 720px
}

.page-ymca .hastrasparentbg .banner__text p {
  color: #555759 !important;
  margin-bottom: 0;
}

.page-ymca .hastrasparentbg .hbspt-form {
  margin-bottom: 0 !important;
}

.page-ymca .hastrasparentbg .hbspt-form .actions {
  text-align: left;
  padding: 0 10px;
}

.page-ymca .hastrasparentbg .hbspt-form .hs-button {
  padding: 10px 16px;
}

.page-ymca .hastrasparentbg .hbspt-form .hs-button:hover {
  padding: 8px 14px;
}

.page-ymca .hastrasparentbg .submitted-message p {
  font-size: 16px
}

.page-ymca .hastrasparentbg .submitted-message p a {
  font-weight: 300 !important;
  color: #555759 !important;
  text-decoration: none;
}

.page-ymca .hastrasparentbg .submitted-message p a:hover {
  color: #fb8c02 !important;
}


.page-ymca .hastrasparentbg .submitted-message p:first-child {
  margin-bottom: 20px
}

.page-ymca .multicolumn-card .media {
  padding-bottom: 0 !important
}

.page-ymca .multicolumn-card .media img {
  position: relative;
  display: table;
  margin: 0 auto;
  min-width: 150px
}

.page-ymca .multicolumn-card__info:hover {
  border: none
}

.ymcs-difference-wrapp .page-width {
  padding-bottom: 0 !important;
  padding-top: 0 !important
}

.ymcs-difference-wrapp p,
.page-ymca .ymca-essentials-outer p,
.page-ymca .ymca-ordering-outer p,
.page-ymca .sales-block p {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 50px !important;
  text-align: center !important;
  font-size: 19px;
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
}

.page-ymca .multi-column-catalog-sec.multicolumn .title {
  margin: 40px 0 20px !important;
}

.page-ymca .multicolumn-card__info .inline-richtext {
  font-family: "Gotham Cond A", "Gotham Cond B";
  font-size: 35px
}

.page-ymca .sales-block h2 {
  font-size: 27px
}

.page-ymca .multicolumn-card__info p {
  padding: 0;
  font-size: 16px;
  font-family: "Gotham SSm A", "Gotham SSm B";
}

.page-ymca .ymca-essentials-outer .content-container {
  padding-top: 0 !important
}

.page-ymca .ymca-essentials-outer .content-container p {
  margin-bottom: 0 !important
}

.custom-collection-list-section .collectionTitle {
  padding: 10px;
  text-align: center;
  background-color: #f0f0f0;
}

@media only screen and (min-width: 767px) {
  .page-ymca .sales-block h2:before {
    margin-right: 300px;
  }

  .page-ymca .sales-block h2:after {
    margin-left: 300px;
  }
}

@media only screen and (min-width: 767px) {
  .page-ymca .hastrasparentbg .banner__box {
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 750px;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 0 0;
  }

  .page-ymca .banner__content.banner__content--middle-center {
    justify-content: start;
  }
}


/*-- page-outdoor-fitness --*/
.page-outdoor-fitness p {
  font-weight: 300 !important;
}

.page-outdoor-fitness .outdoor-fitness-first-sec {
  margin: 25px 0 0;
}

.page-outdoor-fitness .image-with-text__grid {
  align-items: center;
}

.page-outdoor-fitness .image-with-text__content {
  padding: 0 !important
}

.page-outdoor-fitness .outdoor-fitness-first-sec .image-with-text__content,
.page-outdoor-fitness .outdoor-fitness-third-sec .image-with-text__content {
  padding-left: 70px !important
}

.page-outdoor-fitness .outdoor-fitness-second-sec .image-with-text__content,
.page-outdoor-fitness .outdoor-fitness-forth-sec .image-with-text__content {
  padding-right: 70px !important
}

.page-outdoor-fitness .outdoor-fitness-first-sec .h1 {
  font-size: 30px;
  font-weight:500;
  font-family: "Gotham SSm A", "Gotham SSm B";
}

.page-outdoor-fitness .outdoor-fitness-second-sec .h1,
.page-outdoor-fitness .outdoor-fitness-forth-sec .h1,
.page-outdoor-fitness .outdoor-fitness-third-sec .h1
}

  {
  font-weight:500;
  font-size: 24px;
  color: #333
}

.page-outdoor-fitness .hbspt-form {
  margin-bottom: 25px !important;
}

.outdoor-fitness-second-sec .btn_standard {
  padding: 2px 16px;
  border-radius: 5px;
  font-weight:500;
}

.outdoor-fitness-second-sec .btn_standard:hover {
  border: 2px solid #db8916;
  padding: 0 14px !important;
}

.outdoor-fitness-sixth-sec .sales-block {
  margin-bottom: 25px
}

.page-outdoor-fitness #MainContent .page-width {
  max-width: 1300px
}


.page-outdoor-fitness .outdoor-fitness-fifth-sec .multicolumn-card__info p a br {
  display: none
}

.page-outdoor-fitness .outdoor-fitness-fifth-sec .multicolumn-card__info p a,
.page-outdoor-fitness #MainContent p a,
.page-outdoor-fitness #MainContent li a {
  color: #f08921 !important;
  text-decoration: underline;
  text-decoration-thickness: 0;
}

.page-outdoor-fitness .ps-image-banner a:hover img {
  opacity: 1 !important
}

.page-outdoor-fitness .sales-block h2 {
  font-size: 35px;
  color: #fb8c02 !important
}

.page-outdoor-fitness .form-columns-3>div {
  width: 33.33% !important;
}

.outdoor-fitness-fifth-sec .sales-block .title {
  font-size: 30px;
  color: #444 !important;
}

.page-outdoor-fitness .outdoor-contact-sec p {
  font-weight:500 !important;
}

@media screen and (max-width: 767px) {
  .outdoor-fitness-fifth-sec .sales-block .title {
    font-size: 24px !important;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: none
  }

  .outdoor-fit-comman ul.multicolumn-list.contains-content-container li:nth-child(2) {
    margin-top: 15px
  }

  .outdoor-fit-comman .multicolumn-card__info ul:nth-child(2) {
    margin-top: 15px
  }

  .page-outdoor-fitness .outdoor-fitness-first-sec .h1 {
    font-size: 24px;
    font-weight:500;
  }

  .page-outdoor-fitness .outdoor-contact-sec .sales-block {
    margin: 0 -15px;
  }

  .page-outdoor-fitness .outdoor-fitness-first-sec .image-with-text__content,
  .page-outdoor-fitness .outdoor-fitness-third-sec .image-with-text__content {
    padding-left: 0 !important;
    padding-top: 15px !important
  }

  .page-outdoor-fitness .outdoor-fitness-second-sec .image-with-text__content,
  .page-outdoor-fitness .outdoor-fitness-forth-sec .image-with-text__content {
    padding-right: 0 !important;
    padding-top: 15px !important
  }

  .outdoor-fit-comman h2.image-with-text__heading {
    font-size: 20px !important;
    line-height: 28px !important;

  }

  .outdoor-fitness-fifth-sec .multicolumn-card__image-wrapper .media>img {
    min-width: 100px;
  }

  .page-outdoor-fitness .sales-block h2 {
    font-size: 35px !important;
    border-bottom: 2px solid #F08921;
  }

  .page-outdoor-fitness .ps-image-banner {
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 575px) {
  .page-outdoor-fitness .form-columns-3>div {
    width: 100% !important;
  }
}


.page-consult-contact .hbspt-form {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
  .page-consult-contact .hastrasparentbg .banner__box {
    padding: 25px !important;
  }

  .page-consult-contact .hastrasparentbg .banner__box p {
    margin-bottom: 0 !important
  }

  .page-consult-contact .fill-info span {
    width: 0;
    display: inline-block;
  }

  .search.header-cell {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .page-meet-with-ps .background-none .multicolumn-card__image-wrapper {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media screen and (max-width: 989px) {
  .page-meet-with-ps .page-width .grid__item {
    width: calc(31.9% - var(--grid-mobile-horizontal-spacing)* 3 / 4);
    max-width: calc(31.9% - var(--grid-mobile-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 767px) {
  .page-meet-with-ps .page-width .grid__item {
    width: calc(48% - var(--grid-mobile-horizontal-spacing)* 3 / 4);
    max-width: calc(48% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .page-meet-with-ps .multicolumn-card__info .inline-richtext {
    font-size: 29px;
  }

  .page-meet-with-ps .multicolumn-card__info p,
  .page-equipment-consultation .multicolumn-card__info p {
    font-size: 14px !important;
  }

  .page-meet-with-ps .multicolumn-card__info .btn_standard,
  .page-equipment-consultation .btn_standard {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .page-meet-with-ps .page-width .grid__item {
    width: calc(48% - var(--grid-mobile-horizontal-spacing)* 3 / 4);
    max-width: calc(48% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .page-meet-with-ps .banner .banner__content--middle-center .banner__box,
  .page-equipment-consultation .banner .banner__content--middle-center .banner__box {
    background: rgba(235, 235, 235, 0.9) !important;

  }

  .page-meet-with-ps .banner .banner__content--middle-center .banner__box {
    margin-top: 90px;
  }

  .page-meet-with-ps .hastrasparentbg .banner__text p {

    font-size: 16px;
  }

  .page-meet-with-ps .hastrasparentbg h1 {
    font-size: 29px;
  }


  .page-schedule-consult .hastrasparentbg .banner__text p,
  .page-equipment-consultation .banner__text p {
    margin-bottom: 0 !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 375px) {
  .page-meet-with-ps .page-width .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing)* 3 / 4);
    max-width: calc(100% - var(--grid-mobile-horizontal-spacing) / 2);
  }
}

.page-schedule-consult .dynamic-section p {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  margin-bottom: 25px;
}

@media screen and (max-width: 749px) {

  .page-schedule-consult .banner__media,
  .page-equipment-consultation .banner__media {
    min-height: 375px;
  }
}


.page-equipment-consultation .connect_section_cc .multicolumn-card__info {
  padding-left: 0 !important;
  padding-right: 0 !important
}

@media screen and (max-width: 1200px) {
  .page-equipment-consultation .grid--4-col-desktop .grid__item {
    width: calc(33% - var(--grid-desktop-horizontal-spacing)* 3 / 4);
    max-width: calc(33% - var(--grid-desktop-horizontal-spacing)* 3 / 4);
  }
}

@media screen and (max-width: 900px) {
  .page-equipment-consultation .grid--4-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing)* 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing)* 3 / 4);
  }

  .page-equipment-consultation .multicolumn-card__info p {
    padding: 0 0;
  }
}

/*-- page-customer-feedback --*/

.page-customer-feedback .h1 {
  color: #f08921;
  font-weight: 700;
  font-size: 2.5em;
  line-height: normal;
  text-transform: uppercase;
  opacity: 1 !important;
  margin-bottom: 0.5em;
}

.page-customer-feedback .rich-text__text p {
  font-size: 16px;
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
}

.page-customer-feedback .content-container {
  padding-bottom: 0 !important
}

.hs_error_rollup label.hs-main-font-element {
  font-weight: 400
}

.page-gsa .hbspt-form {
  margin-bottom: 60px
}



@media screen and (max-width: 989px) {
  .page-outdoor-fitness-planning .multicolumn-list .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing)* 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 767px) {
  .page-commercial-accounts .hastrasparentbg .banner__box {
    margin-top: 100px
  }

  .outdoor_fitness-wrap .hbspt-form p {
    font-size: 16px !important;
    margin-bottom: 0 !important;
  }

  .page-outdoor-fitness-planning .sales-block h2 {
    font-size: 28px !important;
  }

  .page-outdoor-fitness-planning .custom_chat_section .btn {
    margin-bottom: 25px;
    font-size: 16px !important;
  }

  .page-outdoor-fitness-planning .custom_chat_section h2 {
    font-size: 24px !important;
  }
}

.page-outdoor-fitness-planning .hbspt-form {
  margin-bottom: 30px
}

.cart-popup .cart-items {
  overflow: auto;
  max-height: calc(100vh - 310px);
  display: block;
  padding-right: 15px
}


.page-catalogs-home .main-row h1 {
  font-weight:500;
}

.topic-page p {
  font-weight: 300 !important;
}

.page-catalogs-home .slider-mobile-gutter .btn_standard {
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 16px;
}


.page-catalogs-home .slider-mobile-gutter .btn_standard:hover {
  border: 2px solid #db8916;
  padding: 4px 8px;
}


.page-outdoor-fitness .ps-multicolumn .multicolumn .multicolumn-card__info ul li {
  font-size: 16px;
  margin-bottom: 15px;
  color: #333
}

.page-outdoor-fitness .ps-multicolumn .multicolumn .multicolumn-card__info ul li:nth-child(2) {
  margin-bottom: 0
}

@media screen and (max-width: 767px) {

  .page-outdoor-fitness .inspiration .multicolumn-card__info,
  .page-outdoor-fitness .inspiration-3-col .multicolumn-card__info {
    padding-bottom: 0 !important
  }

  .page-outdoor-fitness .banner__media:before {
    display: none !important
  }

  .page-outdoor-fitness .banner__media img {
    position: relative !important
  }

}

.form-label-prefix-required,
.form-label-suffix-required,
.field-validation-error,
.form-label-suffix-optional {
  font-size: 13px;
  color: #dc1414;
}

.form-control-feedback {
  height: 40px;
  line-height: 40px;
}

.page-contact .sectionbreak {
  margin-bottom: 60px !important;
  padding-bottom: 0 !important;
}

.page-contact .hs_upload_return_documents .hs-field-desc a {
  color: #f08921;
}

.page-contact .btn.ps-Add {
  font-size: 15px
}

@media screen and (max-width: 767px) {
  .page-affiliate .image-with-text__media--placeholder.image-with-text__media--adapt {
    height: auto;
    padding: 25px 0 10px;
  }

  .page-catalogs-home .main-row h1 {
    font-size: 24px !important;
  }

  .page-catalogs-home .sales-block .h1 {
    border-bottom: 2px solid #f08921;
    font-size: 28px !important;
  }

  .page-catalogs-home .multi-column-catalog-sec .multicolumn-card__info p {
    font-size: 16px;
  }
  .multi-column-catalog-sec.multicolumn .title {
    font-size: 35px !important;
}
}

@media screen and (max-width: 1000px) {
  .page-catalogs-home .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing)* 3 / 4) !important;
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2) !important;
  }
}

@media screen and (max-width: 575px) {
  .page-catalogs-home .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing)* 3 / 4) !important;
    max-width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2) !important;
  }
}

.page-affiliate .hbspt-form p {
  margin-bottom: 0;
  text-align: center;
  font-size: 18px;
}

.page-about .video-container {
  height: 100%;
}

.page-about .video-container iframe {
  height: 100%;
  width: 100%
}

.page-warranty .pdf_links li {
  margin-bottom: 15px;
}


.dfd-suggestions .dfd-results-grid a {
  color: #fb8c02 !important;
}

.product .related-products-block {
  padding: 10px 25px;
}

.page-denali-storage-line p {
  font-weight: 300 !important;
}

@media screen and (max-width: 1000px) {
  .without-standard-button {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 767px) {
  .page-denali-storage-line .image-with-text__content {
    padding: 15px 0;
  }
}

@media screen and (max-width: 360px) {
  .without-standard-button {
    font-size: 21px !important;
  }
}

.dfd-card-price--sale,
.dfd-clear-filters-button,
.dfd-delete-link-button {
  color: #FB8B01 !important;
  font-weight:500;
  font-weight: 500 !important
}

.dfd-carousel-arrow svg {
  fill: #FB8B01 !important;
}

.dfd-btn-term-filter.dfd-is-selected::before {
  background-color: #FB8B01 !important;
  outline-color: #FB8B01 !important;
}

.dfd-btn-term-filter:not(.dfd-is-selected):hover::before {
  background-color: #FB8B01 !important;
  outline-color: #FB8B01 !important;

}

.dfd-root a,
.dfd-root a:visited {
  color: #FB8B01 !important;
}

.dfd-card:hover,
.dfd-card:focus-visible {
  border-color: #FB8B01 !important;
  box-shadow: 0 0 0 1px #FB8B01 !important;
}

.dfd-back-to-top-button {
  background-color: #FB8B01 !important;
  border-color: #FB8B01 !important;
}

.dfd-back-to-top-button:hover {
  opacity: 0.8
}

.dfd-slider-tooltip {
  background: #FB8B01 !important;
}

.dfd-slider {
  --df-slider-color-primary: #FB8B01 !important;

}

ul.breadcrumbs__list.list-unstyled li {
  display: flex;
  align-items: center;
  gap: 7px;
  line-height: 14px;
  font-size: 14px;
  color: #666 !important;
}

ul.breadcrumbs__list.list-unstyled li * {
  margin: 0;
  padding: 0
}

.image-with-text__content ul li a,
.page-denali-storage-line p a,
.recovery-protected_investment .image-with-text__text p a {
  color: #ff9000;
  text-decoration-thickness: 0 !important;
  text-decoration: underline
}

.image-with-text__content ul li a:hover,
.page-denali-storage-line p a:hover {
  color: #ff9000;
}

.granite-storage-block .rich-text__text p {
  font-weight: 400 !important;
  text-align: center;
}

.page-health-clubs .hbspt-form {
  margin-bottom: 50px
}

@media only screen and (max-width: 375px) {
  .header--middle-left {
    grid-template-columns: 34px 160px 1fr;
  }



  .index ul.multicolumn-list.contains-content-container {
    gap: 5px;
  }

  .index .custom-multicolumn-section .multicolumn-card__info h3 {
    font-size: 27px !important;
  }
}

/*.dfd-btn-term-filter:nth-of-type(1) {
  font-weight:300; font-family: "Gotham SSm A", "Gotham SSm B" !important;
}*/

.dfd-title-lg,
.dfd-facet-title>:first-child {
  font-weight:700; font-family: "Gotham SSm A", "Gotham SSm B";
}

@media only screen and (max-width: 991px) {

  .page-functional-training .image-with-text .global-media-settings,
  .page-strength-training-equipment .image-with-text .global-media-settings {
    min-height: 450px;
  }
}

@media (min-width: 767px) and (max-width:991px) {

  .page-recovery .hastrasparentbg .banner__box,
  .page-functional-training .hastrasparentbg .banner__box,
  .page-studio-fitness .hastrasparentbg .banner__box,
  .page-strength-training-equipment .hastrasparentbg .banner__box {
    padding: 25px 50px;
    top: 25%;
  }

  .page-functional-training .two-images-section {
    grid-template-columns: 1fr 1fr;
  }

  .page-functional-training .image-with-text .global-media-settings,
  .page-strength-training-equipment .image-with-text .global-media-settings {
    min-height: 450px;
  }

  .recovery-main-imgtext .image-with-text__grid,
  .page-strength-training-equipment .image-with-text__grid {
    align-items: center !important;
  }

}


@media only screen and (max-width: 767px) {

  .page-strength-training-equipment .sales-block h2,
  .page-functional-training .sales-block h2 {
    font-size: 35px !important;
    border-bottom: 2px solid #F08921;
  }

  .page-strength-training-equipment .banner .banner__content--middle-center .banner__box,
  .page-functional-training .banner .banner__content--middle-center .banner__box {
    background: rgb(55, 57, 59, 0.9) !important;
  }

  .recovery-main-imgtext .image-with-text__grid .image-with-text__content {
    padding-left: 0 !important;
  }

  .page-recovery .image-with-text__content,
  .page-functional-training .image-with-text__content {
    padding: 2rem 0 2rem !important;
  }
}

@media only screen and (max-width: 576px) {
  .page-functional-training .banner .banner__media {
    height: 38rem !important;
  }
}

@media screen and (max-width: 989px) {
  .multicolumn .page-width {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}


.page-strength-training-equipment .warranty-product-categories-outer,
.page-functional-training .warranty-product-categories-outer {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .header-wrapper .search.clearfix.header-cell.for_mobile {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .header-wrapper .search.clearfix.header-cell.for_mobile {
    display: block !important;
  }

  .page-share-my-cart .banner .banner__content--middle-center .banner__box {
    background: rgba(235, 235, 235, 0.9) !important;
    margin-top: 90px;
    padding: 20px !important
  }

  .page-share-my-cart .banner__box p {
    font-size: 16px !important;
  }
}




/*----------- p2 pages -----------*/
/*-- Dynamax --*/

.page-dynamax .image-with-video-section,
.page-dynamax .image-with-video-section .two-halfs {
  position: relative
}

.page-dynamax .image-with-video-section .secondary-slider {
  display: flex;
  gap: 0 15px
}

.page-dynamax .image-with-video-section .secondary-slider .two-halfs {
  width: 50% !important;
}

.page-dynamax .image-with-video-section .secondary-slider .two-halfs .sp-mask,
.page-dynamax .image-with-video-section .secondary-slider .sp-image-container,
.page-dynamax .image-with-video-section .secondary-slider .sp-selected {
  width: 100% !important;
  height: 100% !important
}

.page-dynamax .Opage-listings {
  margin-top: 25px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px
}

.page-dynamax .Opage-listings ul {
  margin: 0
}

.page-dynamax .Opage-listings ul li a {
  color: #333;
  font-size: 16px;
}

.page-dynamax .dynamax-rich-content-section .rich-text__text p {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-weight: 600 !important
}

.page-dynamax .dynamax-line-up-sec .image-with-text__media,
.page-dynamax .dynamax-atlas-section .image-with-text__media,
.page-dynamax .dynamax-mini-section .image-with-text__media,
.page-dynamax .dynamax-elite-section .image-with-text__media {
  padding-bottom: 0 !important
}

.page-dynamax .dynamax-line-up-sec .image-with-text__media img,
.page-dynamax .dynamax-atlas-section .image-with-text__media img,
.page-dynamax .dynamax-mini-section .image-with-text__media,
.page-dynamax .dynamax-elite-section .image-with-text__media img {
  position: relative;
  max-width: 100%
}

.dynamax-line-up-sec .page-width,
.dynamax-atlas-section .page-width,
.dynamax-mini-section .page-width,
.dynamax-elite-section .page-width {
  max-width: 1245px
}

.page-dynamax .simple-image-banner {
  max-width: 1545px;
  margin: 0 auto
}

.page-dynamax .dynamax-banner-sec.simple-image-banner {
  max-width: 100%;

}

.dynamax-line-up-sec {
  overflow: hidden
}

.page-dynamax .dynamax-image-grid-section .multicolumn-list li .multicolumn-card__image-wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important
}

.page-dynamax .title.inline-richtext:before {
  margin-left: -100%
}

.dynamax-custom-fill-out-banner.simple-image-banner {
  margin-top: 50px;
}

.page-dynamax .title.inline-richtext:after {
  margin-right: -100%
}

@media screen and (max-width: 991px) {
  .page-dynamax .Opage-listings ul li {
    margin: 0 10px 0px;
  }

  .page-dynamax .dynamax-rich-content-section .rich-text__text p {
    margin-bottom: 0 !important
  }
}

@media screen and (max-width: 767px) {
  .page-dynamax .image-with-video-section .secondary-slider {
    flex-wrap: wrap;
    gap: 25px 0
  }

  .page-dynamax .image-with-video-section .secondary-slider .two-halfs {
    width: 100% !important;
  }

  .page-dynamax .image-with-video-section .secondary-slider .two-halfs iframe {
    min-height: 350px;
    position: relative !important;
  }

  .secondary-slider {
    padding-top: 0;
  }

  .page-dynamax .image-with-text__content {
    padding: 15px 0;

  }

  .page-dynamax .Opage-listings {
    height: auto;
    padding: 15px 0;
  }

}

@media screen and (max-width: 480px) {
  .page-email-preferences h1 span {
    font-size: 33px !important
  }
}

.cookie-reset-container a {
  color: #fb8c02;
  text-decoration: underline;
  cursor: pointer !important;
}

/*-- sports-inc-dealers --*/
.page-sports-inc-dealers .banner__heading,
.page-gymguyz-event .banner__heading,
.page-athletic-business .banner__heading.h1,
.page-ypg-members .banner__heading.h1,
.page-snap-fitness .banner__heading.h1,
.page-jcc .banner__heading.h1 {
  color: #f08921;
  font-weight: 700;
  font-size: 2.5em;
  text-align: left;
  line-height: normal;
  text-transform: uppercase;
  opacity: 1 !important;
  margin-bottom: 0.5em;
}

.page-sports-inc-dealers .banner__box.content-container,
.page-gymguyz-event .banner__box.content-container,
.page-athletic-business .banner__box.content-container,
.page-ypg-members .banner__box.content-container,
.page-snap-fitness .banner__box.content-container,
.page-glazier-clinic-members .banner__box.content-container,
.page-jcc .banner__box.content-container {
  background-color: rgba(255, 255, 255, 0.9) !important;
  max-width: 700px;
}

.page-sports-inc-dealers .hbspt-form,
.page-gymguyz-event .hbspt-form,
.page-athletic-business .hbspt-form,
.page-ypg-members .hbspt-form,
.page-snap-fitness .hbspt-form,
.page-jcc .hbspt-form {
  padding: 0;
  margin: 0 -10px;
}

.page-sports-inc-dealers .hbspt-form .hs-button,
.page-gymguyz-event .hbspt-form .hs-button,
.page-athletic-business .hbspt-form .hs-button,
.page-ypg-members .hbspt-form .hs-button,
.page-snap-fitness .hbspt-form .hs-button,
.page-glazier-clinic-members .hbspt-form .hs-button,
.page-jcc .hbspt-form .hs-button {
  padding: 10px 16px;
}

.page-sports-inc-dealers .hbspt-form .hs-button:hover,
.page-gymguyz-event .hbspt-form .hs-button:hover,
.page-athletic-business .hbspt-form .hs-button:hover,
.page-ypg-members .hbspt-form .hs-button:hover,
.page-snap-fitness .hbspt-form .hs-button:hover,
.page-glazier-clinic-members .hbspt-form .hs-button:hover,
.page-jcc .hbspt-form .hs-button:hover {
  padding: 8px 14px;
}

.page-sports-inc-dealers .banner__text p,
.page-gymguyz-event .banner__text p,
.page-athletic-business .banner__text p,
.page-ypg-members .banner__text p,
.page-snap-fitness .banner__text p,
.page-glazier-clinic-members .banner__text p,
.page-jcc .banner__text p {
  font-size: 18px;
  color: #555759;
  margin-bottom: 25px;
  text-align: left;
}

@media screen and (min-width: 750px) {

  .page-sports-inc-dealers .banner__content,
  .page-gymguyz-event .banner__content {
    padding: 5rem 15px;
  }
}

@media screen and (max-width: 767px) {

  .page-sports-inc-dealers .banner__box.content-container,
  .page-gymguyz-event .banner__box.content-container {
    background-color: rgba(255, 255, 255, 0.9) !important;
    margin-top: -250px;
    width: 94%;
    padding: 20px !important
  }
}

/*-- athletic-business --*/
.page-athletic-business .sales-block .title,
.page-ypg-members .sales-block .title,
.page-glazier-clinic-members .sales-block .title,
.page-jcc .sales-block .title {
  font-size: 27px;
}

.page-athletic-business .sales-block .title:before,
.page-ypg-members .sales-block .title:before,
.page-snap-fitness .sales-block .title:before,
.page-glazier-clinic-members .sales-block .title:before,
.page-jcc .sales-block .title:before,
.page-internal-custom-quote-request .sales-block .title:before{
  margin-left: -100%;
  margin-right: 350px
}

.page-athletic-business .sales-block .title:after,
.page-ypg-members .sales-block .title:after,
.page-snap-fitness .sales-block .title:after,
.page-glazier-clinic-members .sales-block .title:after,
.page-jcc .sales-block .title:after,
.page-internal-custom-quote-request .sales-block .title:after {
  margin-right: -100%;
  margin-left: 350px
}

.page-athletic-business .athletic-business-multicolumn,
.page-ypg-members .athletic-business-multicolumn,
.page-snap-fitness .section,
.page-jcc .section,
.page-internal-custom-quote-request .section{
  overflow: hidden
}

.page-jcc .multi-column-catalog-sec.multicolumn .title {
  margin: 0 0 20px !important;
}

.page-athletic-business p,
.page-ypg-members p,
.page-jcc p {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
}

.page-athletic-business .athletic-business-multicolumn .multicolumn-card,
.page-athletic-business .multicolumn.background-primary .multicolumn-card,
.page-ypg-members .multicolumn.background-primary .multicolumn-card,
.page-jcc .multicolumn.background-primary .multicolumn-card {
  background: transparent !important;
}

.page-athletic-business .athletic-business-multicolumn .media,
.athletic-next-step-multicolumn-sec .media,
.page-jcc .media {
  padding-bottom: 0 !important
}

.page-athletic-business .athletic-business-multicolumn .media img,
.athletic-next-step-multicolumn-sec .media img,
.page-jcc .media img {
  position: relative !important;
  display: table !important;
  margin: 0 auto !important;
  min-width: 150px
}

.page-athletic-business .athletic-business-multicolumn .richtext_wrap p,
.page-athletic-business .warranty-product-categories-outer .rich-text__text p,
.page-athletic-business .sales-block p,
.page-ypg-members .sales-block p,
.page-ypg-members .warranty-product-categories-outer .rich-text__text p,
.page-snap-fitness .richtext_wrap p,
.page-glazier-clinic-members .sales-block p,
.page-jcc .sales-block p,
.page-jcc .richtext_wrap p,
.page-jcc .warranty-product-categories-outer .rich-text__text p,
.page-internal-custom-quote-request .sales-block p {
  max-width: 1245px;
  font-size: 19px;
  margin: 20px auto 30px;
  font-weight: 400;
  text-align: center;
}

.page-athletic-business .sales-block p {
  margin-bottom: 30px
}

.page-athletic-business .athletic-business-multicolumn .multicolumn-card__info {
  text-align: center
}

.page-athletic-business .athletic-business-multicolumn .multicolumn-card__info h3,
.page-athletic-business .multicolumn-card__info .inline-richtext,
.page-ypg-members .multicolumn-card__info .inline-richtext,
.page-jcc .multicolumn-card__info .inline-richtext {
  text-transform: uppercase;
  line-height: 0.95;
  font-weight: 400;
  color: #f08921;
  margin-top: 0;
  font-size: 35px;
  padding-bottom: 5px;
  font-family: "Gotham Cond A", "Gotham Cond B" !important;
}

.page-athletic-business .warranty-product-categories-outer .rich-text.content-container,
.page-jcc .warranty-product-categories-outer .rich-text.content-container {
  padding-top: 0;
  padding-bottom: 0
}

.page-athletic-business .warranty-product-categories-outer .rich-text.content-container .rich-text__text p,
.page-jcc .warranty-product-categories-outer .rich-text.content-container .rich-text__text p {
  margin-bottom: 0 !important;
}

.page-athletic-business .athletic-next-step-multicolumn-sec {
  overflow: hidden
}

.page-athletic-business .athletic-next-step-multicolumn-sec,
.page-jcc .background-primary.multi-column-catalog-sec {
  background: #f0f0f0;
  margin-top: 40px;
}

.page-jcc .background-primary.multi-column-catalog-sec .title.inline-richtext.h1 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.page-ymca .multicolumn-card__info a:hover,
.page-ymca .multicolumn-card__info a:hover p,
.page-athletic-business .multicolumn-card__info a:hover,
.page-athletic-business .multicolumn-card__info a:hover p,
.page-jcc .multicolumn-card__info a:hover p,.page-jcc .multicolumn-card__info a:hover{
  text-decoration: none !important;
  color: #f08921;
}

.page-athletic-business .multicolumn-card__info .btn_standard,
.page-ypg-members .multicolumn-card__info .btn_standard,
.page-snap-fitness .multicolumn-card__info .btn_standard,
.page-ymca .multicolumn-card__info .btn_standard,
.page-jcc .multicolumn-card__info .btn_standard {
  background: transparent;
  color: #f08921;
  display: table;
  margin: 10px auto 0;
  padding: 0
}

.page-athletic-business .multicolumn-card__info .btn_standard:hover,
.page-ypg-members .multicolumn-card__info .btn_standard:hover,
.page-snap-fitness .multicolumn-card__info .btn_standard:hover,
.page-ymca .multicolumn-card__info .btn_standard:hover,
.page-jcc .multicolumn-card__info .btn_standard:hover {
  color: #333
}

.athletic-next-step-multicolumn-sec .media img,
.page-jcc .multi-column-catalog-sec .media img {
  width: 150px !important;

}

.athletic-next-step-multicolumn-sec .multicolumn-card__info {
  text-align: center
}

.athletic-next-step-multicolumn-sec .multicolumn-card__info p,
.page-jcc .multicolumn-card__info p {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  margin-bottom: 20px
}

.athletic-professional-pricing-section .image-with-text__grid,
.athletic-design-assistance-sec .image-with-text__grid,
.athletic-enventory-program .image-with-text__grid {
  align-items: center
}

.athletic-professional-pricing-section .image-with-text__grid h2,
.athletic-design-assistance-sec .image-with-text__grid h2,
.athletic-enventory-program .image-with-text__grid h2 {
  margin-bottom: 0 !important
}


@media screen and (max-width: 1200px) {

  .page-athletic-business .image-with-text__content,
  .page-ypg-members .image-with-text__content,
  .page-jcc .image-with-text__content {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 989px) {

  .page-athletic-business .multicolumn .page-width,
  .page-ypg-members .multicolumn .page-width {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {

  .page-athletic-business .banner__box.content-container,
  .page-ypg-members .banner__box.content-container,
  .page-snap-fitness .banner__box.content-container,
  .page-ymca .banner .banner__content--middle-center .banner__box,
  .page-jcc .banner__box.content-container {
    width: 94%;
    margin: auto;
    padding: 20px;
    margin-top: -600px;
    background: rgba(235, 235, 235, 0.9) !important;
    text-align: left;
    position: relative;
  }

  .page-ymca .banner .banner__content--middle-center {
    margin-top: 0 !important
  }

  .page-athletic-business .banner__media,
  .page-ypg-members .banner__media,
  .page-snap-fitness .banner__media,
  .page-jcc .banner__media {
    height: 630px !important
  }

  .page-ymca .banner__media {
    height: 330px !important
  }

  .page-ymca .banner .banner__content--middle-center .banner__box {
    margin-top: -220px;
  }

  .page-athletic-business .banner__heading.h1,
  .page-ypg-members .banner__heading.h1,
  .page-ymca .banner__heading.h1,
  .page-jcc .banner__heading.h1 {
    font-size: 29px;
  }

  .page-athletic-business slider-component.slider-mobile-gutter .multicolumn-list li,
  .page-ypg-members slider-component.slider-mobile-gutter .multicolumn-list li {
    width: calc(100% - var(--grid-desktop-horizontal-spacing)* 2 / 3);
    max-width: calc(100% - var(--grid-desktop-horizontal-spacing)* 2 / 3);
  }

  .page-athletic-business.athletic-business-multicolumn .multicolumn-card__info h3,
  .page-athletic-business .multicolumn-card__info .inline-richtext {
    font-size: 29px;
  }

  .page-athletic-business .sales-block,
  .page-ypg-members .sales-block {
    padding-left: 15px;
    padding-right: 15px
  }

  .page-athletic-business .image-with-text__content,
  .page-ypg-members .image-with-text__content,
  .page-jcc .image-with-text__content {
    padding: 15px 0;
  }

  .page-athletic-business .multicolumn-card__info,
  .page-ypg-members .multicolumn-card__info,
  .page-jcc .multicolumn-card__info {
    padding: 2.5rem 0;
  }

.page-athletic-business .athletic-business-multicolumn .richtext_wrap p,
.page-athletic-business .warranty-product-categories-outer .rich-text__text p,
.page-athletic-business .sales-block p,
.page-ypg-members .sales-block p,
.page-ypg-members .warranty-product-categories-outer .rich-text__text p,
.page-snap-fitness .richtext_wrap p,
.page-glazier-clinic-members .sales-block p,
.page-jcc .sales-block p,
.page-jcc .richtext_wrap p,
.page-jcc .warranty-product-categories-outer .rich-text__text p,
.page-internal-custom-quote-request .sales-block p {
  font-size: 16px;
}

  .page-ypg-members h2.image-with-text__heading.h1,
  .page-athletic-business h2.image-with-text__heading.h1 {
    font-size: 29px;
  }

  .page-athletic-business .athletic-business-multicolumn .multicolumn-card__info h3,
  .page-athletic-business .multicolumn-card__info .inline-richtext,
  .page-ypg-members .multicolumn-card__info .inline-richtext {
    font-size: 29px;
  }
}

/*--.page-single-racquetball-court-conversion page--*/
.page-single-racquetball-court-conversion .secondary-slider {
  padding: 15px
}

.page-single-racquetball-court-conversion .slick-dots {
  position: relative;
  top: 0;
  right: 0;
}

.page-single-racquetball-court-conversion .content-for-layout .page-width {
  max-width: 1200px;
}

.page-single-racquetball-court-conversion .page-width .text_left-right-wrapper {
  display: flex;
}

.page-single-racquetball-court-conversion .left_sided_text-wrapp {
  width: 60%
}

.page-single-racquetball-court-conversion .right_sided_text-wrapp {
  width: 40%;
  ;
  padding-left: 80px
}

.page-single-racquetball-court-conversion .granite-storage-block {
  background: transparent !important;
  max-width: 1200px;
  padding: 0 15px;
  margin: 40px auto 60px;
}

.page-single-racquetball-court-conversion .granite-storage-block .content-container {
  padding: 3%;
  background-color: #f0f0f0 !important;
}

.page-single-racquetball-court-conversion .title:before {
  margin-left: -100%;
}

.page-single-racquetball-court-conversion .title:after {
  margin-right: -100%;
}

.page-single-racquetball-court-conversion .section {
  overflow: hidden
}

.page-single-racquetball-court-conversion .topic-page {
  margin-bottom: 60px
}

.page-single-racquetball-court-conversion .right_sided_text-wrapp h3:first-child {
  margin-top: 0
}

.page-single-racquetball-court-conversion .right_sided_text-wrapp h3 {
  font-size: 19.2px;
  font-weight:500;
  color: #555;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B";
}

.page-single-racquetball-court-conversion p {
  font-weight: 300 !important;
    font-size: 16px;
}

.page-single-racquetball-court-conversion .left_sided_text-wrapp h2 {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  color: #f08921 !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-size: 32px;
  line-height: 38px !important;
  margin-top: 0;
  margin-bottom: 25px !important;
}

.page-ypg-members .section {
  overflow: hidden
}

@media screen and (max-width: 767px) {
  .page-single-racquetball-court-conversion .page-width .text_left-right-wrapper {
    flex-wrap: wrap;
  }

  .page-single-racquetball-court-conversion .left_sided_text-wrapp {
    width: 100%
  }

  .page-single-racquetball-court-conversion .right_sided_text-wrapp {
    width: 100%;
    padding-left: 0;
    margin-top: 50px
  }

  .page-single-racquetball-court-conversion .slick-dots {
    justify-content: center;
  }


  .page-single-racquetball-court-conversion .sales-block h2 {
    font-size: 35px !important;
  }

  .page-single-racquetball-court-conversion .topic-page {
    margin-bottom: 30px;
  }
}


/*-- How can we help --*/
.page-how-can-we-help .media {
  padding-bottom: 0 !important
}

.page-how-can-we-help .media img {
  position: relative !important;
  margin: 0 auto;
}

.page-how-can-we-help .multicolumn-card__info {
  text-align: center
}

.page-how-can-we-help .multicolumn-card__info .btn_standard {
  padding: 6px 20px;
  border-radius: 5px
}

.page-how-can-we-help .multicolumn-card__info .btn_standard:hover {
  padding: 4px 18px;
  border: 2px solid #db8916;
  background: #fb8c02;
}

.page-how-can-we-help .multicolumn-card__info p {
  max-width: 340px;
  margin: 0 auto 15px;
  font-size: 16px
}

.page-how-can-we-help .multicolumn-list {
  justify-content: center;
}

.page-how-can-we-help .multicolumn-card__info h3 {
  font-size: 24px;
  color: #444;
}

.page-how-can-we-help .multicolumn-card__info p a {
  color: #fb8c02;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 300;
}

.page-how-can-we-help .sales-block p {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto 40px;
  font-size: 20px;
}

.page-how-can-we-help .multicolumn-heading-text {
  font-size: 80px;
  font-family: "Gotham Cond A", "Gotham Cond B";
  color: #f08921;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 25px
}

@media screen and (max-width: 767px) {
  .page-how-can-we-help .multicolumn-heading-text {
    font-size: 64px;
  }

  .page-recovery .banner__media,
  .page-studio-fitness .banner__media {
    height: 360px !important
  }

  .page-recovery .banner .banner__content--middle-center .banner__box,
  .page-studio-fitness .banner .banner__content--middle-center .banner__box {
    background: rgb(55, 57, 59, 0.9) !important;
  }

  .page-recovery .banner .banner__content--middle-center,
  .page-studio-fitness .banner .banner__content--middle-center {
    margin: -230px auto 0 !important;
  }

  .page-recovery .sales-block h2,
  .page-recovery .sales-block2 h2,
  .page-studio-fitness .sales-block h2,
  .page-studio-fitness .sales-block2 h2,
  .page-health-clubs .sales-block h2,
  .page-health-clubs .sales-block2 h2 {
    font-size: 35px !important;
  }

  .page-studio-fitness .slider-mobile-gutter .multicolumn-list li {
    width: calc(100% - var(--grid-desktop-horizontal-spacing)* 2 / 3);
    max-width: calc(100% - var(--grid-desktop-horizontal-spacing)* 2 / 3);
  }
}

@media screen and (max-width: 575px) {
  .page-how-can-we-help .slider-mobile-gutter .multicolumn-list li {
    width: calc(100% - var(--grid-desktop-horizontal-spacing)* 2 / 3);
    max-width: calc(1000% - var(--grid-desktop-horizontal-spacing)* 2 / 3);
  }

  .page-how-can-we-help .multicolumn-card__info h3 {
    font-size: 20px;
  }
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
  text-decoration-thickness: 0;
}

.page-ypg-members .glazier-clinic-members-n-s .inline-richtext a:hover {
  color: #f08921;
  text-decoration: none
}

.page-ypg-members .glazier-clinic-members-n-s .rte a {
  text-decoration: none !important
}

.page-ypg-members .glazier-clinic-members-n-s {
  margin-bottom: 60px;
  margin-top: 30px;
}

.page-ypg-members h2.image-with-text__heading.h1,
.page-athletic-business h2.image-with-text__heading.h1,
.page-ymca h2.image-with-text__heading.h1,
.page-jcc h2.image-with-text__heading.h1 {
  font-family: "Gotham Cond A", "Gotham Cond B" !important;
  font-weight: 500 !important;
  font-size: 35px;
  margin-bottom: 0 !important;
}

.page-ypg-members .image-with-text__text,
.page-athletic-business .image-with-text__text,
.page-ymca .image-with-text__text,
.page-jcc .image-with-text__text {
  margin-top: 10px !important
}

/*-- snap-fitness --*/
.page-snap-fitness .snap-fitness-multicolumn .media {
  padding-bottom: 0 !important
}

.page-snap-fitness .snap-fitness-multicolumn .media img {
  position: relative;
  max-width: 190px;
  display: table;
  margin: 0 auto
}

.page-snap-fitness .snap-fitness-multicolumn .inline-richtext a {
  font-size: 25px;
  font-weight:500;
  text-transform: uppercase;
  color: #f08921 !important;
  text-align: center;
  display: block;
}

.page-snap-fitness .snap-fitness-multicolumn .rte p {
  font-weight: 300 !important;
  text-align: center
}

.page-snap-fitness .snap-fitness-multicolumn-second .btn_standard,
.page-glazier-clinic-members .glazier-clinic-members-mc .btn_standard {
  margin: 0;
  font-family: "Gotham Cond A", "Gotham Cond B";
  font-size: 31px;
  color: #555759;
  padding: 0;
  background: transparent
}

.page-snap-fitness .snap-fitness-multicolumn-second .multicolumn-card__info {
  padding-top: 10px !important
}

.page-snap-fitness .snap-fitness-multicolumn .multicolumn-card__info a {
  text-decoration: none !important
}

.page-snap-fitness .snap-fitness-multicolumn-second .btn_standard:hover,
.page-snap-fitness .snap-fitness-multicolumn .multicolumn-card__info a:hover p,
.page-glazier-clinic-members .glazier-clinic-members-mc .btn_standard:hover {
  color: #f08921;
}


.page-how-can-we-help .multicolumn-list__item .media--adapt .multicolumn-card__image {
  max-width: 150px;
  min-width: 150px
}


/*--page-glazier-clinic-members" --*/
.page-glazier-clinic-members .banner__heading {
  color: #60bb46 !important;
  text-align: left;
  line-height: normal !important;
}

.page-glazier-clinic-members .banner__heading strong {
  font-weight:700;
}

.page-glazier-clinic-members .hbspt-form .hs-button {
  background: #60bb46 !important;
}

.page-glazier-clinic-members .hbspt-form .hs-button:hover {
  border: 2px solid #56A83F !important;
}

.page-glazier-clinic-members .sales-block .title {
  color: #60bb46 !important
}



.page-glazier-clinic-members .sales-block h2:before,
.page-glazier-clinic-members .sales-block h2:after {
  border-color: #60bb46 !important;
}

.page-glazier-clinic-members .section {
  overflow: hidden
}

.page-glazier-clinic-members .glazier-clinic-members-mc.multicolumn.background-primary .multicolumn-card {
  background: transparent !important;
}

.page-glazier-clinic-members .glazier-clinic-members-mc.multicolumn.background-primary .multicolumn-card .multicolumn-card-spacing {
  padding-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.page-glazier-clinic-members .glazier-clinic-members-mc.multicolumn.background-primary .multicolumn-card .multicolumn-card__info {
  padding: 5px 0 20px;
}

.page-glazier-clinic-members .sales-block p {
  margin-bottom: 40px
}

.page-glazier-clinic-members .glazier-clinic-members-n-s .media {
  padding-bottom: 0 !important
}

.page-glazier-clinic-members .glazier-clinic-members-n-s .media img {
  position: relative !important;
  display: table;
  margin: 0 auto;
  max-width: 189px
}

.page-glazier-clinic-members .glazier-clinic-members-n-s .btn_standard {
  color: #60bb46;
  background: none;
  border: none;
  text-transform: uppercase;
  padding: 0;
  display: table;
  margin: 15px auto 0;
}

.page-glazier-clinic-members .glazier-clinic-members-n-s .multicolumn-card__info {
  text-align: center
}

.page-glazier-clinic-members .glazier-clinic-members-n-s .multicolumn-card__info a {
  text-decoration: none !important
}

.page-glazier-clinic-members .glazier-clinic-members-n-s {
  margin-bottom: 20px
}

@media screen and (min-width: 750px) {
  .page-glazier-clinic-members .banner__content.banner__content--middle-center {
    justify-content: start;
  }
}



@media screen and (max-width: 767px) {
  .page-glazier-clinic-members .glazier-clinic-members-mc slider-component.slider-mobile-gutter .multicolumn-list li {
    width: calc(100% - var(--grid-desktop-horizontal-spacing)* 2 / 3);
    max-width: calc(100% - var(--grid-desktop-horizontal-spacing)* 2 / 3);
  }

  .page-glazier-clinic-members .banner__media {
    height: 630px !important;
  }
  
  .page-glazier-clinic-members .banner .banner__content--middle-center .banner__box {
  margin-top: -230px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    max-width: 94%;
  }
.page-glazier-clinic-members .banner__heading {
  font-size: 36px;
}
  .page-glazier-clinic-members .sales-block .title {
    border-color: #56A83F !important;
    font-size: 35px !important;

  }

  .page-ymca .image-with-text__content {
    padding: 15px 0;
  }

  .page-ymca .warranty-product-categories-outer .sales-block {
    padding: 0 15px
  }
}

.ymca-new-steps-outer .page-width {
  padding-top: 0 !important;
  margin-bottom: 20px
}

.page-ymca .ymca-essentials-outer h2 {
  margin-top: 0;
}

.page-dealers .content-for-layout .page-width{max-width:1245px}
/*-- page-internal-custom-quote-request --*/
.page-flooring .flooring-both-side-text-sec .image-with-text__content{padding-top:0}
@media screen and (max-width: 767px) {
  .page-flooring .flooring-both-side-text-sec .image-with-text__content{padding:15px 0 0 !important}
}
.page-design-inspiration h2{
 font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-weight:500 !important
}

.page-design-inspiration .comman-multicolumn .slider-mobile-gutter {
    margin: 70px 0 0;
}


.hastrasparentbg .banner__text p a:hover{    color: #555759 !important;}

.page-schools .hbspt-form .hs-form-checkbox label {
    font-weight: 400 !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px)  {
.page-schools .list-row {flex-wrap:wrap}
.page-schools .list-row-item-text {
    flex: 45%;
}
}

@media only screen and (max-width: 767px) {
   .page-schools .feature-row-item-text h2{
        font-size: 28px;

    }
    .page-schools  .sales-block h2,.page-schools .sales-block2 h2 {
        font-size: 35px !important;
    }
}

.page-glazier-clinic-members .glazier-clinic-members-mc .btn_standard {
    font-size: 26px;
}

.glazier-clinic-members-n-s h3.inline-richtext {
    font-size: 21px;
    font-weight: 300;
    color: #555759;
}
.glazier-clinic-members-n-s a:hover, .glazier-clinic-members-n-s a:hover p{    color: #fb8c02 !important;}

.glazier-clinic-members-n-s a.btn_standard:hover{color:#333 !important}


.search{    

    display: flex;
    flex-direction: column;
}
.search .shopify-section-group-footer-group{margin-top:auto !important}
.collection-banner-section {margin-bottom:60px}
.collection-banner-section .collection-hero__inner{position:relative; padding-top:60px;}
.collection-banner-section .collection-hero__inner::before {
  content: "";
  position: absolute;
  border-top: 1px solid;
  border-color: rgba(0,0,0,0.55);
  left: 0;
  right: 0;
  width: 98%;
  margin: 0 auto;
  top: 0;
}
.collection-banner-section .collection-hero__image-container {max-width: 50%;}

/* .collection-banner-section .collecton-des-sec{margin-bottom:auto !important} */
.collection-banner-section .collection-hero--with-image .collection-hero__text-wrapper {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  padding: 20px 0 20px 0;
}
.collection-banner-section .read_less_buttons {
  font-size: 15px;
  /*border: 2px solid #FB8B01;
  border-radius: 100px;
  padding: 6px 28px;*/
  text-transform: capitalize;
  color: #FB8B01;
  display: inline-flex;
  margin-top: 20px;
  cursor: pointer;
  align-items: center;
  gap: 0 0;
  font-weight:400;
  text-decoration:underline;
  float: right;
}

.collection-banner-section .read_less_buttons:hover {
  color:#333;
}
                                                  
.collection-banner-section .read_less_buttons svg{
  width: 18px;
  opacity:0.8;
  display:none
}
.collection-banner-section .read_less_buttons:hover{border-color:#333}
.collection-description-modal .modal-content{max-width:950px; border-radius: 12px;}

.collection-description-modal.modal {
  z-index: 999999;
}
.collection-description-modal .collectionTitle{
   font-size: 28px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 25px;
  margin: 0 -20px 0;
  padding: 0 25px 10px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight:400;
  color:#333
}

.collection-description-modal .collection-description {
  padding: 25px 25px 0 5px;
  max-height: 550px;
  overflow: auto;
  margin-right: -18px;
}
.collection-description-modal .collection-description p{margin-bottom:0; font-size:15px}
.collection-description-modal .collection-description span{  font-weight: 300 !important;} 
.collection-description-modal .collection-description::-webkit-scrollbar {
  width: 8px; 
  height: 8px; 
}

.collection-description-modal .collection-description::-webkit-scrollbar-track {
  border-left:1px solid #ebebeb;
  border-right:1px solid #ebebeb;
  border-radius: 0;
}

.collection-description-modal .collection-description::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px; 
}

@media screen and (max-width: 991px) {
  .collection-banner-section .collection-hero__image-container {max-width: 100%;}
.collection-banner-section .collection-hero--with-image .collection-hero__text-wrapper {
  flex-basis: 100%;
}
  .product-media-modal__content .global-media-settings{background:transparent !important;}
  .product__media-list{    padding-left: 8% !important;}
}

@media screen and (max-width: 767px) {

  .collection-banner-section .collection-hero__inner {
  padding-top: 40px;
}
  .collection-banner-section {
  margin-bottom: 30px;
}
  .collection-banner-section .read_less_buttons {
  font-size: 16px;
  padding: 6px 24px;
}
.collection-banner-section .read_less_buttons svg {
  width: 12px;
}
.product-media-modal__content .slick-slider{max-width:100% !important;}
  
.product-media-modal__content .global-media-settings{background:transparent !important;}
}


#out_of_stock_plugin_overlay{
    margin-bottom: -32px;
    margin-left: -32px;
    margin-right: -32px;
    margin-top: 40px;
    padding: 0 15px;
}

#out_of_stock_plugin_overlay .pop_cnt p {
  font-weight:500 !important;
  margin:0 0 10px 0 !important;
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-size:18px !important
}
.pop_cnt_center p {
  font-size: 15px !important;
  font-weight: 400 !important;
}

#out_of_stock_plugin_popup {
    max-width: none !important;
    background: #f0f0f0;
    margin: 0 -15px !important;
    padding: 25px 15px;
    position: relative;
}

.pop_cnt_bottom .btn-outer {
    background: transparent;
}

.email_button_wrap{display:flex; width:100%}

.email_button_wrap .btn-outer {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.email_button_wrap .btn-outer .submit_oos {
    margin: 0 !important;
    height: 39px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 39px;
    border-radius: 0 5px 5px 0;
    background: #fb8c02;
font-family: "Gotham SSm A", "Gotham SSm B";
    padding-left: 20px;
    padding-right: 20px;
}
.email_button_wrap .btn-outer .submit_oos:hover{
  opacity:0.9
}
.email_button_wrap .btn-outer .submit_oos:before{display:none}
.pop_cnt_bottom input {
    min-height: 39px !important;
    height: 39px;
    border: none !important;
    border-radius: 0 5px 5px 0 !important;
    padding-right: 145px !important;
}
.email_button_wrap {
    display: flex;
    width: 100%;
    max-width: 390px;
    position: relative;
    margin: 0 auto;
}


.pop_cnt_bottom input::placeholder {
  color:#666 !important;
  opacity:1 !important
}

.pop_cnt_bottom input:-ms-input-placeholder {
  color:#666 !important;
    opacity:1 !important
}

.pop_cnt_bottom input::-ms-input-placeholder {
  color:#666 !important;
    opacity:1 !important
}

.pop_cnt_bottom input::-webkit-input-placeholder {
  color:#666 !important;
    opacity:1 !important
}

.pop_cnt_bottom input:-moz-placeholder {
  color:#666 !important;
    opacity:1 !important
}

.pop_cnt_bottom input::-moz-placeholder {
  color:#666 !important;
      opacity:1 !important
}


@media only screen and (max-width: 1100px){
#out_of_stock_plugin_overlay {
    margin-bottom: -20px;
    margin-left: -20px;
    margin-right: -20px;
}
}

@media (min-width: 220px) and (max-width: 767px) {
    #out_of_stock_plugin_popup {
        min-height: 100% !important; 
    padding:20px !important
    }
}

.index   .custom-multicolumn-section .multicolumn-card__info h3 {
    font-family: "Gotham Cond A", "Gotham Cond B";
    line-height:30px;
  font-size:32px !important
}

.facets__label:hover *, .facets__label.active *, .facets__label:has(:focus-visible) * {
    color: #fb8c02 !important;
    text-decoration: none;
}

.page-apex-storage-series .image-with-text__text.rte.body p {
    font-weight: 300;
}
.page-apex-storage-series h1{margin-bottom:40px !important}

a:focus {
    outline: thin dotted;
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: 0;
}

a.jdgm-btn.jdgm-btn--border.jdgm-cancel-rev,input.jdgm-btn.jdgm-btn--solid.jdgm-submit-rev {
    border-radius: 5px;
}
.menu-drawer__navigation h2{
  font-family: "Gotham SSm A", "Gotham SSm B";
  margin: 0 !important;
  font-size: 0.85em;
  font-weight: 400 !important;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: capitalize !important;
}

@media only screen and (max-width: 989px) {
  button.menu-drawer__close-button.link.link--text.focus-inset {
    font-family: "Gotham SSm A", "Gotham SSm B";
  }
}

.jdgm-rev__author,.jdgm-rev-widg__summary-inner {
  font-size: 14px;
}
.jdgm-rev__content{font-size:14px}

.page-reebok h2.title{font-weight: 400 !important;} 

.Opage-listings.main_categories_listings ul li {
  font-size: 16px;
}


.page-reebok .content-for-layout p{font-size:16px}

.collection-hero .mobile-collection-title{display:none}
.collection-hero__description h2, .collection-hero__description h3 {
  font-size: 20px !important;
  line-height: normal !important;
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-weight: 500 !important;
  color: #333 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  margin-bottom:15px
}
.collection-hero__description h2 strong, .collection-hero__description h3 strong{
   font-weight: 400 !important;
}
@media only screen and (max-width: 991px) {
  .collection-hero .mobile-collection-title{display:block}
  .collection-hero .mobile-collection-title p, .collection-hero .mobile-collection-title h2, .collection-hero .mobile-collection-title h3, .collection-hero .mobile-collection-title p strong,.collection-hero .mobile-collection-title h2 strong, .collection-hero .mobile-collection-title h3 strong {
    font-size: 20px;
    line-height: normal !important;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    color: #333 !important;
    text-transform: none !important;
  }

  .collection-hero .mobile-collection-title p strong{font-weight:400 !important}
  .collection-hero__description .desktop p strong:first-child, .collection-hero__description .desktop h2, .collection-hero__description .desktop h3{display:none}

  .collection-hero__description h2, .collection-hero__description h3{display:none}
  .collection-hero__description.mobile-collection-title h2, .collection-hero__description.mobile-collection-title h3{display:block}
  .collection-hero__inner {
  gap:0;
}
      .collection .collection-hero__image-container {
    margin-top:20px
  }
}

.submitted-message{text-align:center !important}


.page-internal-custom-quote-request .sales-block h2{
  font-size: 27px;
}
.page-internal-custom-quote-request .sales-block p{font-size: 16px;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
.page-internal-custom-quote-request .sales-block h2 {
  font-size: 35px !important;
  line-height: 45px !important;
}
}

.dynamax-line-up-sec h2.image-with-text__heading, .dynamax-atlas-section h2.image-with-text__heading, .dynamax-elite-section h2.image-with-text__heading, .dynamax-mini-section h2.image-with-text__heading{
    color: #333333 !IMPORTANT;
    font-size: 20px;
    font-weight: 600 !important;
    margin: 0 !IMPORTANT;
    font-family: "Gotham SSm A", "Gotham SSm B";
}

.dynamax-line-up-sec .image-with-text__text, .dynamax-atlas-section .image-with-text__text, .dynamax-elite-section .image-with-text__text, .dynamax-mini-section .image-with-text__text{
    margin: 3px 0px 0px;
}


.page-sports-inc-dealers .banner__heading,.page-gymguyz-event .banner__heading{
font-family: "Gotham SSm A", "Gotham SSm B";
}

.hbspt-form label {
  font-weight: 500;
}
.hs-error-msg.hs-main-font-element {
  font-weight: 400 !important;
}
@media screen and (max-width: 767px) {
  .page-sports-inc-dealers .banner__box.content-container,.page-gymguyz-event .banner__box.content-container {
    margin-top: -550px;
  }
  .page-gymguyz-event .banner__media.media,.page-sports-inc-dealers .banner__media.media {min-height:600px}

  .page-warranty .banner__media.media{min-height:400px}

    .page-warranty .banner .banner__content--middle-center .banner__box {
      background:rgb(55, 57, 59, 0.9) !important;
      }
}

.page-warranty .content-for-layout h2{
color: #333 !important;
  font-weight: 500 !important;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 20px;
}
body.page-warranty .warranty-main .feature-col-bckgd h2 {
  text-transform: uppercase !important;
  font-size: 1.4em;
  color: #f08921 !important;
  font-weight: 600 !important;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
.warranty-main .feature-col-bckgd {
  margin-top: 30px;
}
}

.mega-dropdown-menu > li > ul > li > a strong {
 font-weight:500 !important
}

.page-studio-fitness .content-for-layout .image-with-text__text.rte.body p, {
    font-weight:300
}

.field__input:focus, .select__select:focus, .customer .field input:focus, .customer select:focus, .localization-form__select:focus.localization-form__select::after {
  box-shadow: none;
}

html body select {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
 
}

.page-warranty .sales-block h2 {
  color: #f08921 !important;
}
.page-warranty  .feature-col-bckgd a{font-size:19px}
.page-warranty  .feature-col-bckgd p strong{font-weight:500 !important}
.page-warranty  .feature-col-bckgd a:hover{color: #f18903 !important; text-decoration:none}

.warrenty-def .content-container {padding-top:0 !Important}


.page-financing .business-accounts .accordion-header {
  padding:20px 0;
}
.page-financing .business-accounts .content-wrapper {
  padding:0 30px;
}
.page-financing .business-accounts .accordion-body {
  padding: 0 20px 20px;
}
.phone-number a:hover{opacity:0.75}
.submitted-message p {
  text-align: center !important;
  font-size: 18px !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
.page-request-quote .custom-page-main form h3{font-size:14px}

.page-request-quote .request-main {
  padding-right: 0;
  padding-left: 0;
}

  .page-request-quote .hbspt-form {
    padding-right: 0 !important;
    padding-left: 0 !important;;
  }

 .page-request-quote form .hs-input.ps-qty {min-width:65px}
}

@media screen and (max-width: 1440px) {
.images_wrap li a img {
  height: 70px;
}
}
@media screen and (max-width: 1100px) {
.images_wrap li a img {
  height: 50px;
}
}

@media screen and (max-width: 989px) {
.images_wrap li a img {
  height: 100%;
}
}

.collection-description-modal p strong{font-weight:600 !important}

.cart-item .cart-item-image {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
.cart-popup .cart-item-details.cart-item-details-1, .cart-popup .cart-item-details {
    max-width: 74%;
}
  
}


.page-taxexempt .page-psconnect-interest .rte p {
  max-width: 100%;
}

.page-granite-storage-series .sales-block h2{border-bottom: none !important}

/*--Hover effects--*/
.page-faq .content-for-layout a:hover,.page-dealer-program .content-for-layout a:hover,.sitemap-nav li a:hover,.custom-new-privacy-page a:hover,.page-returns .content-for-layout a:hover,.shopify-policy__body a:hover
,.page-commercial-accounts .image-with-text__text p a:hover,.page-catalogs-home .multicolumn-list li a:hover,.page-care-and-cleaning-guide .content-for-layout p a:hover,
.page-communities .content-for-layout p a:hover, .page-contact .content-for-layout p a:hover
{opacity:0.75}

.image-with-text__media-item  a:hover,.ps-product-link a:hover{opacity:0.75}
.cart_details_wrap .cart-item__name:hover,.accordion-header:hover{opacity: 0.75}

.page-granite-storage-series .content-for-layout p a{
color: #f08921;
  text-decoration: underline;
}
.page-granite-storage-series .content-for-layout p a:hover,.image-with-text__text p a:hover{opacity: 0.75}

.no-product-found{margin: 0 !important}
.no-product-found img {
    max-width: 88px;
    opacity: 0.7;
}
.no-product-found .title--primary {font-family: "Gotham SSm A", "Gotham SSm B";}

@media screen and (max-width: 767px) {
.no-product-found{padding-top:15px}
  
}
