/** Shopify CDN: Minification failed

Line 2724:61 Unexpected "{"

**/
body {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5em;
  color: #333333;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: 0em;
}
/*announcement bar css start*/
.itg_announcement_bar {
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 10px 30px !important;
  align-items: center;
}
.itg_announcement_bar .itg_accouncment_mail a {
  color: #333333;
  text-decoration: none;
}
.itg_announcement_bar .announcement-bar p.announcement-bar__message {
  padding: 0;
  min-height: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
}
/*announcement bar css end*/
/*header css start*/
.itg_header_wrapper header.header {
  max-width: 100%;
  padding: 15px 30px 0 !important;
  grid-template-columns: auto 5fr;
}
.itg_header_wrapper h1.header__heading {
  width: 200px;
}
.itg_header_wrapper h1.header__heading a.header__heading-link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
  transition: all 0.3s linear;
}
.itg_header_wrapper a.header__heading-link .header__heading-logo-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.itg_header_wrapper
  a.header__heading-link
  .header__heading-logo-wrapper
  img.header__heading-logo {
  width: 61px;
  transition: all 0.3s linear;
}
.itg_header_wrapper
  a.header__heading-link
  .header__heading-logo-wrapper
  span.h2
  img {
  width: 120px;
  transition: all 0.3s linear;
}
.itg_header_wrapper
  a.header__heading-link:hover
  .header__heading-logo-wrapper
  img.header__heading-logo {
  transform: rotate(360deg);
}
.itg_header_wrapper
  a.header__heading-link:hover
  .header__heading-logo-wrapper
  span.h2
  img {
  transform: scale(1.1);
}
.itg_header_wrapper header.header .header__icons {
  justify-self: self-start;
  width: 100%;
  align-items: center;
  gap: 30px;
}
.itg_header_wrapper header.header .header__icons .itg_header_search {
  width: 50%;
}
.itg_header_wrapper
  header.header
  .header__icons
  .itg_header_search
  .field:after {
  box-shadow: none;
}
.itg_header_wrapper
  header.header
  .header__icons
  .itg_header_search
  .field
  input.search__input {
  padding: 15px;
  border-radius: 6px;
  font-size: 16px;
  font-family: Inter, sans-serif;
  background: #fff;
  min-height: 50px;
  box-shadow: inset 0 0 0 1px #202020;
  color: #000;
}
.itg_header_wrapper
  header.header
  .header__icons
  .itg_header_search
  .field
  label.field__label {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  top: 13px;
  letter-spacing: 0;
}
.itg_header_wrapper
  header.header
  .header__icons
  .itg_header_search
  .field
  button.search__button {
  position: relative;
  background-color: rgb(255, 203, 7);
  border-radius: 10px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  min-width: 50px;
}
.itg_header_wrapper
  header.header
  .header__icons
  .itg_header_search
  .field
  .field__input:not(:placeholder-shown)
  ~ .field__label {
  top: -30px;
}
.itg_header_wrapper
  header.header
  .header__icons
  .itg_header_search
  form.search {
  max-width: 100%;
}
.itg_header_wrapper header.header .header__icons .itg_header_search .field {
  overflow: hidden;
}
.itg_icon_menu {
  display: inline-block;
  width: 40%;
}
.itg_icon_menu ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.itg_icon_menu ul li {
  list-style: none;
}
.itg_icon_menu ul li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}
.itg_header_wrapper header.header nav.header__inline-menu {
  padding-top: 15px;
  margin-left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 15px;
}
.itg_header_wrapper header.header nav.header__inline-menu ul.list-menu {
  display: flex;
  width: 100%;
  gap: 30px;
}
.itg_header_wrapper
  header.header
  nav.header__inline-menu
  ul.list-menu
  li
  a.list-menu__item {
  padding: 0;
  font-size: 16px;
  color: #fff;
  line-height: 1.3em;
  padding-bottom: 15px;
}
a.header__icon--cart {
  margin-right: 0;
}
.itg_mobile_search {
  display: none;
}
.itg_header_wrapper
  header.header
  nav.header__inline-menu
  ul.list-menu
  li
  summary.list-menu__item {
  padding: 0;
  font-size: 16px;
  color: #fff;
  line-height: 1.3em;
  padding-right: 2.7rem;
  padding-bottom: 15px;
}
.itg_header_wrapper
  header.header
  nav.header__inline-menu
  ul.list-menu
  li
  summary.list-menu__item
  .icon-caret {
  top: 10px;
}
.itg_header_wrapper
  header.header
  nav.header__inline-menu
  ul.list-menu
  details
  ul.header__submenu {
  background: #13244c;
  width: 300px;
  display: flex;
  gap: 0;
  min-width: min-content;
  flex-wrap: wrap;
  padding: 0;
  top: 100%;
}
.itg_header_wrapper
  header.header
  nav.header__inline-menu
  ul.list-menu
  details
  ul.header__submenu
  li {
  display: flex;
  width: 100%;
}
.itg_header_wrapper
  header.header
  nav.header__inline-menu
  ul.list-menu
  details
  ul.header__submenu
  li
  a {
  padding: 5px 10px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgb(255, 255, 255, 0.5);
}
.itg_header_wrapper
  header.header
  nav.header__inline-menu
  ul.list-menu
  details
  ul.header__submenu
  li
  a:hover {
  text-decoration: none;
}

.itg_header_wrapper
  header.header
  nav.header__inline-menu
  ul.list-menu
  li
  ul.header__submenu
  li
  summary.list-menu__item {
  width: 100%;
  border-bottom: 1px solid rgb(255, 255, 255, 0.5);
  padding: 5px 10px;
}
.itg_header_wrapper
  header.header
  nav.header__inline-menu
  ul.list-menu
  li
  ul.header__submenu
  li
  details {
  width: 100%;
}
.itg_header_wrapper
  header.header
  nav.header__inline-menu
  ul.list-menu
  li
  ul.header__submenu
  li
  details
  ul.header__submenu {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
}
.itg_header_wrapper
  header.header
  nav.header__inline-menu
  ul.list-menu
  li:nth-last-child(2)
  ul.header__submenu
  li
  details
  ul.header__submenu,
.itg_header_wrapper
  header.header
  nav.header__inline-menu
  ul.list-menu
  li:last-child
  ul.header__submenu
  li
  details
  ul.header__submenu {
  top: 0;
  left: -100%;
}
.header__menu-item:hover span,
.header__submenu .header__menu-item:hover {
  text-decoration: none;
  text-underline-offset: 0;
}
/*sidebar css start*/
main#MainContent {
  display: flex;
  width: 100%;
  gap: 0;
  flex-wrap: wrap;
  position: relative;
}
.itg_sidebar_div {
  background-color: #fff;
  box-shadow: 4px 0 4px #0000000d;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 30px;
  height: 100vh;
  padding: 30px;
  position: sticky;
  top: 30px;
  width: 270px;
  transform: perspective(1200px);
  overflow: auto;
}
.itg_sidebar_div .itg_sidebar_wrapper,
.itg_sidebar_div .itg_sidebar_wrapper .itg_sidebar_inner {
  display: inline-block;
  width: 100%;
}
.itg_sidebar_div .itg_sidebar_wrapper .itg_sidebar_inner h3 {
  margin: 0;
  color: rgb(19, 36, 76);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4em;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.itg_sidebar_div .itg_sidebar_wrapper .itg_sidebar_inner ul {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.itg_sidebar_div .itg_sidebar_wrapper .itg_sidebar_inner ul li {
  list-style: none;
  display: inline-block;
  width: 100%;
}
.itg_sidebar_div .itg_sidebar_wrapper .itg_sidebar_inner ul li a,
.itg_sidebar_inner ul li span.sidebar-des {
  font-family: Inter, sans-serif;
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  text-decoration: none;
  margin-bottom: 0;
  padding: 10px 0px;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0;
  width: 100%;
  position: relative;
  z-index: 100;
}
.itg_sidebar_div .itg_sidebar_wrapper .itg_sidebar_inner ul li a.active {
  background: #ffcb07;
}
.itg_sidebar_inner ul li span.sidebar-des {
    font-size: 18px;
    color: #333399;
    padding-left: 0;
    width: 25px;
}
.itg_sidebar_div .itg_sidebar_wrapper .itg_sidebar_inner ul li {
    display: flex;
    gap:5px;
}
/*sidebar css end*/
/*homepage section start*/
.itg_homepage .itg_main_content {
  display: flex;
}
.itg_main_content {
  gap: 30px;
  /* display: flex; */
  width: calc(100% - 270px);
  flex-wrap: wrap;
  padding: 30px;
  align-content: center;
  align-items: center;
}
body.itg_class--product .itg_main_content {
  width: 100%;
  margin: 0 auto;
}
.itg_homepage .itg_main_content .shopify-section,
.itg_homepage
  .itg_main_content
  .itg_sidebar_sections_wrapper
  .itg_sidebar_sections_inner {
  display: flex;
  width: 100%;
}
.itg_homepage .itg_main_content .itg_sidebar_sections_wrapper {
  min-height: 90vh;
  width: 100%;
}
.itg_main_content .itg_sidebar_sections_wrapper .itg_sidebar_sections_inner ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 60px;
}
.itg_main_content
  .itg_sidebar_sections_wrapper
  .itg_sidebar_sections_inner
  ul
  li.itg_subcollections_list {
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.itg_main_content
  .itg_sidebar_sections_wrapper
  .itg_sidebar_sections_inner
  ul
  li.itg_subcollections_list
  h3 {
  font-size: 25px;
  margin: 0;
  font-weight: 700;
  line-height: 1.4em;
  color: #333333;
  text-transform: capitalize;
  /* border-bottom: 1px solid rgba(74,61,61,0.5); */
  border-top: 2px solid #13244c;
  padding-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.itg_sidebar_sections_inner ul li:nth-child(1) h3 {
  border: none !important;
}
.itg_main_content
  .itg_sidebar_sections_wrapper
  .itg_sidebar_sections_inner
  ul
  li.itg_subcollections_list
  ul {
  gap: 10px;
}
.itg_main_content
  .itg_sidebar_sections_wrapper
  .itg_sidebar_sections_inner
  ul
  li.itg_subcollections_list
  ul
  li {
  list-style: none;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 10px;
  /* padding: 10px; */
  padding: 5px;
  width: calc(25% - 10px);
  text-align: right;
}
.itg_main_content
  .itg_sidebar_sections_wrapper
  .itg_sidebar_sections_inner
  ul
  li.itg_subcollections_list
  ul
  li
  a {
  display: flex;
  width: 100%;
  font-size: 14px;
  align-items: center;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.4em;
  color: #000;
  gap: 15px;
  justify-content: space-between;
  /* padding: 0 15px; */
}
.itg_main_content
  .itg_sidebar_sections_wrapper
  .itg_sidebar_sections_inner
  ul
  li.itg_subcollections_list
  ul
  li
  a
  .nav-collection_image {
  /* width: 80px;
    height: 80px; */
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.itg_main_content
  .itg_sidebar_sections_wrapper
  .itg_sidebar_sections_inner
  ul
  li.itg_subcollections_list
  ul
  li
  a
  .nav-collection_image
  img.nav-child-link-image {
  border-radius: 10px;
  transition: all 0.3s linear;
  max-width: 100%;
}
.itg_main_content
  .itg_sidebar_sections_wrapper
  .itg_sidebar_sections_inner
  ul
  li.itg_subcollections_list
  ul
  li:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 8px 8px 8px 0px;
  border-color: #000;
}
.itg_main_content
  .itg_sidebar_sections_wrapper
  .itg_sidebar_sections_inner
  ul
  li.itg_subcollections_list
  ul
  li:hover
  a
  .nav-collection_image
  img.nav-child-link-image {
  transform: scale(1.1);
}
.nav-collection_image svg {
  width: 80px;
  height: 80px;
}
/*homepage section end*/
/*multicolumn section css start*/
.multicolumn ul.multicolumn-list li.multicolumn-list__item {
  border: 1px solid #e0e0e0;
  padding: 30px;
  border-radius: 10px;
}
.multicolumn
  ul.multicolumn-list
  li.multicolumn-list__item
  .multicolumn-card
  .multicolumn-card__info {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.multicolumn
  ul.multicolumn-list
  li.multicolumn-list__item
  .multicolumn-card
  .multicolumn-card__image-wrapper {
  margin: 0;
}
.multicolumn
  ul.multicolumn-list
  li.multicolumn-list__item
  .multicolumn-card
  .multicolumn-card__image-wrapper
  img.multicolumn-card__image {
  width: 100%;
  border-radius: 10px;
}
.multicolumn
  ul.multicolumn-list
  li.multicolumn-list__item
  .multicolumn-card
  .multicolumn-card__info
  h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4em;
  color: rgb(19, 36, 76);
  margin-bottom: 15px;
}
.multicolumn
  ul.multicolumn-list
  li.multicolumn-list__item
  .multicolumn-card
  .multicolumn-card__info
  .rte {
  margin: 0;
}
.multicolumn
  ul.multicolumn-list
  li.multicolumn-list__item
  .multicolumn-card
  .multicolumn-card__info
  .rte
  p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.multicolumn
  ul.multicolumn-list
  li.multicolumn-list__item
  .multicolumn-card
  .multicolumn-card__info
  .rte
  p:last-child {
  margin-bottom: 0;
}
.multicolumn h2.title.inline-richtext.h1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4em;
  color: rgb(19, 36, 76);
  border-bottom: 1px solid #ffcb07;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
}
/*multicolumn section css end*/
/*scrolling content css start*/
.collimageslider {
  overflow: hidden;
}
.collimageslider .page-width {
  padding: 0;
}
.continue_slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.continue_slider {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
  overflow: hidden;
}
.continue_slider .imageslide-div {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  animation: slide-left 20s linear infinite;
}
.continue_slider .imageslide-div .imgslide-blocks {
  color: #fff;
  font-size: 28px;
  margin-left: 70px;
  display: flex;
  align-items: center;
}
.continue_slider .imageslide-div a {
  text-decoration: none;
}
.continue_slider .imageslide-div .imgslide-blocks .imgslide-image {
  margin-right: 20px;
}
.continue_slider .imageslide-div .imgslide-blocks .imgslide-image img {
  display: flex;
}
.continue_slider .imageslide-div .imgslide-blocks .imgslide-contens h2 {
  font-size: 39.06px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #1b0708;
  margin: 0;
  font-family: var(--font-body-family);
  text-transform: capitalize;
}
.continue_slider .imageslide-div .imgslide-blocks:nth-child(even) {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1b0708;
  font-weight: 400;
}
@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/*scrolling content css end*/
/*image with video section css start*/
.itg_image_with_video_wrapper {
  display: inline-block;
  width: 100%;
}
.itg_image_with_video_wrapper .page-width {
  padding: 0px;
}
.itg_image_with_video_wrapper .itg_img_video_heading {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.itg_image_with_video_wrapper .itg_img_video_heading h3 {
  font-size: 25px;
  margin: 0;
  font-weight: 700;
  line-height: 1.4em;
  color: #13244c;
  border-bottom: 1px solid #ffcb07;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.itg_image_with_video_wrapper .itg_img_video_heading p {
  font-size: 16px;
  color: #000;
  margin: 0;
}
.itg_image_with_video_wrapper .itg_img_video_inner {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 30px;
}
.itg_image_with_video_wrapper .itg_img_video_inner .itg_img_video_block {
  width: calc(50% - 15px);
}
.itg_image_with_video_wrapper .itg_img_video_inner .itg_video {
  position: relative;
}
.itg_image_with_video_wrapper .itg_img_video_inner .itg_img_video_block img {
  max-width: 100%;
  border-radius: 10px;
  display: flex;
}
.itg_image_with_video_wrapper
  .itg_img_video_inner
  .itg_img_video_block
  .itg-img_content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  padding: 0 15px;
}
.itg_image_with_video_wrapper
  .itg_img_video_inner
  .itg_img_video_block
  .itg-img_content
  h5 {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  line-height: 1.4em;
  margin-bottom: 5px;
}
.itg_image_with_video_wrapper
  .itg_img_video_inner
  .itg_img_video_block
  .itg-img_content
  h3 {
  font-size: 39.06px;
  margin: 0;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.button {
  background-color: #fff;
  display: inline-block;
  border-radius: 6px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 0px 0px;
  padding: 15px 25px;
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
  letter-spacing: 0.08em;
  font-weight: 700;
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
}
.button:after {
  display: none;
}
.button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 6px;
}
.button:hover {
  color: #fff;
}
.button:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.itg_image_with_video_wrapper .itg_img_video_inner .itg_img_video_block iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
/*image with video section css end*/
/*multi image with text section css start*/
.itg_multi_images_text_wrapper {
  display: inline-block;
  width: 100%;
}
.itg_multi_images_text_wrapper .page-width-- {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 30px;
}
.itg_multi_images_text_wrapper .page-width-- .itg_left_text_div {
  width: calc(50% - 15px);
  top: 0;
  height: min-content;
  overflow: visible;
  padding: 0;
  position: sticky;
}
.facetsImg {
  display: flex;
  margin: 15px 0px 10px;
}
.itg_multi_images_text_wrapper .page-width-- .itg_right_images_div {
  width: calc(50% - 15px);
}
.itg_multi_images_text_wrapper
  .page-width--
  .itg_right_images_div
  .itg_multi_img_div {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
.itg_multi_images_text_wrapper
  .page-width--
  .itg_right_images_div
  .itg_multi_img_div:last-child {
  margin-bottom: 0;
}
.itg_multi_images_text_wrapper
  .page-width--
  .itg_right_images_div
  .itg_multi_img_div
  img {
  max-width: 100%;
  border-radius: 10px;
  display: flex;
}
.itg_multi_images_text_wrapper .page-width-- .itg_left_text_div h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4em;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffcb07;
  margin-bottom: 10px;
}
.itg_multi_images_text_wrapper .page-width-- .itg_left_text_div p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4em;
  color: #000;
  margin-bottom: 20px;
}
/*multi image with text section css end*/

/*footer section css start*/
.itg_main_content .shopify-section footer.footer {
  width: 100%;
  border-radius: 10px;
}
.footer__content-top .footer-block h2.footer-block__heading {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.footer__content-top .footer-block ul.footer-block__details-content li {
  margin: 0;
  margin-bottom: 15px;
}
.footer__content-top .footer-block ul.footer-block__details-content li a.link {
  font-size: 16px;
  color: #fff;
  padding: 0;
  line-height: 1.3em;
  width: 100%;
  display: inline-block;
}
.footer__content-top
  .footer-block
  ul.footer-block__details-content
  li:last-child {
  margin: 0;
}
.footer__content-top {
  padding-bottom: 30px !important;
}
.footer__content-bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 15px;
}
.footer__content-bottom .footer__content-bottom-wrapper {
  padding: 0;
  width: auto;
  margin: 0;
  order: 2;
}
.footer__content-bottom
  .footer__content-bottom-wrapper.page-width.footer__content-bottom-wrapper--center {
  order: 1;
}
.footer__content-bottom .footer__content-bottom-wrapper .footer__payment,
.footer__content-bottom
  .footer__content-bottom-wrapper
  .footer__copyright.caption {
  margin: 0;
}
.footer__content-bottom
  .footer__content-bottom-wrapper
  .footer__copyright.caption
  small.copyright__content {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.4em;
  text-transform: capitalize;
}
.itg_google_review {
    width: 100%;
    margin-top: 20px;
    display: flex;
    gap: 15px;
    flex-direction: column;
    margin-bottom: 20px;
}
.itg_google_review a {
  display: inline-block;
  width: 50%;
}
.itg_google_review a img {
  max-width: 100%;
  width: 100%;
}
/*footer section css end*/
/*product page css start*/
.itg_drawing_wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px !important;
  justify-content: space-around;
}
.itg_drawing_wrapper .itg_drawing_data {
  /* width: calc(50% - 15px); */
  /* width: calc(25% - 15px); */
  width: calc(200px - 15px);
}
.product__info-wrapper .product__title h1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4em;
  color: #333;
  text-transform: capitalize;
  width: 100%;
}
.product__info-wrapper .product__title p {
  font-size: 25px;
  line-height: 1.4em;
  color: #333;
  text-transform: capitalize;
  width: 100%;
}
.product-form__buttons button.button {
  border: 1px solid #000;
}
.product-form__buttons button.button:hover {
  border-color: #2098d1;
}
.itg_specification_wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.itg_specification_wrapper .itg_specification_data {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.itg_florida_approval .accordion__content a {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.itg_texas_approval .accordion__content a {
  display: flex;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  justify-content: center;
}
.itg_texas_approval .accordion__content a img {
  display: inline-flex;
  margin: 0;
}
.itg_ul_certification .accordion__content .ct-div-block {
  display: flex;
  width: 100%;
  align-items: center;
}
.quantity:after {
  border-radius: 10px;
}
ul.product__media-list li.product__media-item .product-media-container,
ul.product__media-list
  li.product__media-item
  .product-media-container
  .product__media {
  border-radius: 10px;
}
.thumbnail-slider ul.thumbnail-list li.thumbnail-list__item button.thumbnail {
  border-radius: 10px;
}
.related-products ul.grid li.grid__item {
  border: 1px solid rgb(204, 204, 204);
  border-radius: 10px;
  padding: 10px;
}
.page-width {
  padding: 0;
}
.footer__content-top.page-width {
  padding: 0 5rem;
}

.tab-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.tab-menu ul li {
  /* -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1; */
  max-width: 100%;
  text-align: center;
}
.tab-menu ul li a {
  color: #fff;
  font-weight: bold;
  display: block;
  text-decoration: none;
  transition: 0.5s all;
  border-bottom: 0;
  border: 1px solid #696666;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  align-items: center;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.4em;
  color: #000;
}
.tab-menu ul li a.active,
.tab-menu ul li a:hover {
  /* background: transparent;
    color: #000;
    text-decoration: none;
    border-color: #000; */
  background: #13244c;
  color: #fff;
  text-decoration: none;
  border-color: #13244c;
}
.tab-box {
  display: none;
}

.tab-teaser {
  width: 100%;
}
.tab-main-box {
  background: #f1f1f1;
  padding: 10px 30px;
  margin-top: 15px;
  border-radius: 10px;
}
.tab-box:first-child {
  display: block;
}
.itg_specification_wrapper .itg_specification_data a,
.itg_florida_approval a {
  color: #000;
}
.itg_florida_data .ct-div-block a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  color: #000;
  margin-bottom: 20px;
}
.itg_florida_data .ct-div-block a img {
  margin-right: 15px;
  width: auto;
}
div#texas-approval .ct-section-inner-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
div#texas-approval .ct-section-inner-wrap a.ct-link-text {
  color: #000;
  margin-left: 15px;
}
div#texas-approval .ct-section-inner-wrap img {
  margin-top: 20px;
}
div#ul-certification .ct-section-inner-wrap .ct-div-block {
  display: flex;
  width: 100%;
  align-items: center;
}
.itg_drawing_wrapper .itg_drawing_data a {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
}
.itg_drawing_wrapper .itg_drawing_data img {
  max-width: 100%;
}
p.product__text.inline-richtext.caption-with-letter-spacing {
  letter-spacing: 0;
  font-size: 14px;
  margin-bottom: 10px;
}
.product__info-container .itg_product_colledction {
  margin: 0 !important;
}
.product__info-container .itg_product_colledction a {
  color: #000;
  font-size: 16px;
}
.itg_specification_wrapper .itg_specification_data img,
.itg_florida_data img,
div#texas-approval .ct-section-inner-wrap img,
div#ul-certification .ct-section-inner-wrap img,
div#colors img {
  max-width: 100%;
  width: 60%;
}
.itg_vent_calculator_div {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 15px;
}
.itg_vent_calculator_div .calc-section-input,
.itg_vent_calculator_div .calc-results-area {
  width: calc(50% - 15px);
}
.itg_vent_calculator_div .calc-section-input .calc-input-area {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.itg_vent_calculator_div .calc-section-input .calc-input-area label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.itg_vent_calculator_div .calc-section-input .calc-input-area input {
  width: 100%;
  display: inline-block;
  padding: 15px;
  border-radius: 6px;
  font-size: 16px;
  font-family: Inter, sans-serif;
  background: #fff;
  min-height: 50px;
  color: #000;
  border: 1px solid #000;
}
.itg_vent_calculator_div
  .calc-section-input
  .calc-input-area
  span.calc-highlight-text {
  margin-top: 5px;
  color: #000;
}
.itg_vent_calculator_div .calc-results-area h4 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 22px;
  text-transform: capitalize;
}
.itg_vent_calculator_div .calc-results-area label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.itg_vent_calculator_div .calc-results-area input {
  width: 100%;
  display: inline-block;
  padding: 15px;
  border-radius: 6px;
  font-size: 16px;
  font-family: Inter, sans-serif;
  background: #fff;
  min-height: 50px;
  color: #000;
  border: 1px solid #000;
}
.itg_vent_calculator_div .calc-results-area input.button {
  background-color: #ffcb07;
  width: auto;
  border: none;
}

.tab-box ul.itg_roofcurb_product {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.tab-box ul.itg_roofcurb_product li {
  display: inline-block;
  width: calc(25% - 23px);
}
.tab-box ul.itg_roofcurb_product li, .tab-box li.grid__item {
  list-style: none;
  border: 1px solid rgb(204, 204, 204);
  padding: 15px;
  border-radius: 10px;
}
.tab-box ul.itg_roofcurb_product li .card-wrapper .card .card__media .media {
  position: inherit;
}
.tab-box
  ul.itg_roofcurb_product
  li
  .card-wrapper
  .card
  .card__content
  .card__heading {
  font-weight: 400;
}
.tab-box
  ul.itg_roofcurb_product
  li
  .card-wrapper
  .card
  .card__content
  .quick-add {
  margin-top: 15px;
}

#itoris_dynamicproductoptions .field label.required {
  display: none;
}
#itoris_dynamicproductoptions
  .field
  .control
  .options-list.itoris-dynamicoptions-list-images
  .field.choice {
  position: relative;
  /* border: 1px solid #000; */
  display: flex;
  flex-wrap: wrap;
  width: auto;
  float: left;
  margin: 5px;
}
/* .itoris-dynamicoptions-thumbnail-color {
    border: 1px solid #000;
} */
#itoris_dynamicproductoptions
  .field
  .control
  .options-list.itoris-dynamicoptions-list-images
  .field.choice
  .radio.admin__control-radio.product-custom-option {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
}
#itoris_dynamicproductoptions
  .field
  .control
  .options-list.itoris-dynamicoptions-list-images
  .field.choice
  label.admin__field-label {
  position: absolute;
  color: #fff;
  font-size: 11px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 5px);
  display: flex;
  flex-wrap: wrap;
  line-height: 14px;
  text-align: center;
  z-index: 1;
  padding: 0 !important;
  font-weight: 400;
  margin-left: 0 !important;
}
#itoris_dynamicproductoptions
  .field
  .control
  .options-list.itoris-dynamicoptions-list-images
  .field.choice
  label.admin__field-label:before,
#itoris_dynamicproductoptions
  .field
  .control
  .options-list.itoris-dynamicoptions-list-images
  .field.choice
  label.admin__field-label:after {
  display: none;
}
#itoris_dynamicproductoptions
  .field
  .control
  .options-list.itoris-dynamicoptions-list-images
  .field.choice
  .itoris-dynamicoptions-thumbnail-color {
  border-radius: 0;
  width: 90px;
  height: 90px;
  border: 1px solid #000;
}
#itoris_dynamicproductoptions
  .field
  .control
  .options-list.itoris-dynamicoptions-list-images
  .field.choice
  label.admin__field-label
  span.price-notice {
  display: inline-flex;
  width: 100%;
  margin: 0;
  justify-content: center;
}
#itoris_dynamicproductoptions
  #dynamic_option_id_1004
  .control
  .options-list.itoris-dynamicoptions-list-images
  .field.choice:first-child
  label {
  color: #000;
}
.itoris-dynamicoptions-list-images > div.dpo_swatch:hover > label,
.dpo_tooltip_icon:hover .dpo_tooltip_body {
  margin-bottom: 0 !important;
  bottom: auto !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 0px !important;
  white-space: wrap !important;
  box-shadow: none !important;
}
label.itg_color_variant {
  width: 75px;
  height: 77px;
  border-radius: 0 !important;
  font-size: 9px !important;
  padding: 0 !important;
  display: flex;
  margin: 0 10px 0 0 !important;
  position: relative;
}
label.itg_color_variant img {
  max-width: 100%;
  height: 75px;
  width: 75px;
}
label.itg_color_variant span.itg_variant_name {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
#itoris_dynamicproductoptions table.form-list tr.fields .field label {
  font-weight: 600;
}
#itoris_dynamicproductoptions
  .field
  .control
  .options-list.itoris-dynamicoptions-list-images
  .field.choice:first-child {
  display: none;
}
.product-form__input input[type="radio"]:checked + label {
  border-color: #ff0000;
}
#itoris_dynamicproductoptions
  .form-list.option-fields-cols-1
  div#dynamic_option_id_1002
  .field.choice:nth-child(2)
  label.label {
  color: #000;
}
#itoris_dynamicproductoptions
  tr.fields
  td.standard_colors.main_option
  .field:nth-child(2)
  label {
  color: #000 !important;
}
#itoris_dynamicproductoptions tr.fields td.premium_colors select:focus-visible,
#itoris_dynamicproductoptions
  tr.fields
  td.premium_colors
  select.product-custom-option:focus,
#itoris_dynamicproductoptions
  tr.fields
  td.premium_colors
  select.product-custom-option:focus-within,
#itoris_dynamicproductoptions tr.fields td.premium_colors select.open-dd {
  outline: none;
  box-shadow: none;
}
#itoris_dynamicproductoptions
  tr.fields
  td.shutoff_option
  .options-list
  .field
  label.label.admin__field-label {
  display: inline-block;
  padding: 10px;
  border: 2px solid;
  cursor: pointer;
}
#itoris_dynamicproductoptions
  tr.fields
  td.shutoff_option
  .options-list
  .field
  input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
}
#itoris_dynamicproductoptions tr.fields td.shutoff_option .options-list .field {
  display: inline-block;
  text-align: center;
  position: relative;
}
#itoris_dynamicproductoptions
  tr.fields
  td.shutoff_option
  .options-list
  .field
  input[type="radio"]:checked
  + label.label.admin__field-label {
  border-color: #ff0000;
}
#itoris_dynamicproductoptions
  tr.fields
  td.shutoff_option
  .control
  .options-list
  .field:first-child {
  display: none;
}

.product__info-container p.product__sku,
.product__info-container p.itg_upc label,
.product__info-container .itg_product_colledction p.collection-title {
  font-size: 16px;
}
.product__info-container p.product__sku label,
.product__info-container p.itg_upc label,
.product__info-container .itg_product_colledction p.collection-title label {
  font-weight: 600;
}
.product__info-container .itg_product_colledction p.collection-title a {
  color: #2098d1;
}
.product__info-container
  .price
  .price__container
  .price__regular
  span.price-item {
  font-weight: 600;
  /* font-size: 30px; */
  font-size: 20px;
}
.product__description p,
.product__description ul li {
  font-size: 16px;
  line-height: normal;
}
.product__description p a,
.product__description p a:hover {
  color: #2098d1;
  text-decoration: none;
}
.product__info-container
  p.product__text.inline-richtext.caption-with-letter-spacing {
  font-size: 16px;
}
/* div#itoris_dynamicproductoptions   tr.fields .field .control .options-list {
    
} */
#itoris_dynamicproductoptions img {
  border-radius: 0;
  height: 75px;
}
.itg_color_options_div .itg_option_names {
  display: flex;
  width: 90%;
  margin-bottom: 15px;
}
label.itg_standard_color_option,
label.itg_premium_colors,
label.itg_aluminum_unpainted {
  display: inline-flex !important;
  width: auto;
  border: none !important;
  border-radius: 0 !important;
  text-align: left !important;
  justify-items: left;
  padding: 0 !important;
  margin: 0 !important;
  flex-wrap: wrap;
  font-weight: 600;
  letter-spacing: 0 !important;
  font-size: 16px !important;
}
.itg_color_options_div .itg_show_option ul {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 5px;
}
.itg_color_options_div .itg_show_option ul li {
  list-style: none;
  width: 90px;
  height: 90px;
  border: 2px solid #000;
  position: relative;
  text-align: center;
}
.itg_color_options_div .itg_show_option ul li label.itg_colors,
.itg_color_options_div .itg_show_option ul li label.itg_colors {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  text-align: center;
  line-height: 12px;
  background: transparent;
  border: none;
  color: inherit;
  padding: 0 5px;
  margin: 0;
  letter-spacing: 0;
  width: 100%;
}
.product-form__input
  input[type="radio"]:checked
  + label.itg_standard_color_option,
.product-form__input input[type="radio"]:checked + label.itg_aluminum_unpainted,
.product-form__input input[type="radio"]:checked + label.itg_premium_colors {
  background-color: transparent !important;
  color: #000 !important;
}
.itg_color_options_div
  .itg_show_option.itg_show_standard_color
  ul
  li:first-child {
  background: #fff;
}
.itg_color_options_div
  .itg_show_option.itg_show_standard_color
  ul
  li:nth-child(2) {
  background: #000;
  color: #fff;
}
.itg_color_options_div
  .itg_show_option.itg_show_standard_color
  ul
  li:nth-child(3) {
  background: #315442;
  color: #fff;
}
.itg_color_options_div
  .itg_show_option.itg_show_standard_color
  ul
  li:nth-child(4) {
  background: #6b665e;
  color: #fff;
}
.itg_color_options_div
  .itg_show_option.itg_show_standard_color
  ul
  li:last-child {
  background: #513a2a;
  color: #fff;
}
/* label.itg_aluminum_unpainted {
    display: flex;
    width: 90px;
    height: 90px;
    margin: 0 !important;
    position: relative;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    padding: 0 !important;
} */
.itg_color_options_div .itg_show_option ul li img.aluminum-unpainted {
  width: 100%;
  height: 100%;
}
/* label.itg_aluminum_unpainted span.itg_color_name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 9px;
    text-align: center;
} */
.itg_color_options_div .itg_premium_colors_color ul li:first-child {
  background: #d0b084;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(2) {
  background: #e3d9c6;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(3) {
  background: #a48f7a;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(4) {
  background: #f7b500;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(5) {
  background: #ba8f4c;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(6) {
  background: #ed6b21;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(7) {
  background: #59191f;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(8) {
  background: #3e2022;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(9) {
  background: #6d342d;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(10) {
  background: #bb1e10;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(11) {
  background: #0089b6;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(12) {
  background: #637d96;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(13) {
  background: #007577;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(14) {
  background: #325928;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(15) {
  background: #6c7c59;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(16) {
  background: #37422f;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(17) {
  background: #8a9977;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(18) {
  background: #7a7669;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(19) {
  background: #575d5e;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(20) {
  background: #575044;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(21) {
  background: #4f5358;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(22) {
  background: #4c4a44;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(23) {
  background: #928e85;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(24) {
  background: #b5b0a1;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(25) {
  background: #7a7b7a;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(26) {
  background: #989ea1;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(27) {
  background: #794d3e;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(28) {
  background: #8d4931;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(29) {
  background: #5a3826;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(30) {
  background: #5e2f26;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(31) {
  background: #3d3635;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(32) {
  background: #795038;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(33) {
  background: #aa5737;
  color: #fff;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(34) {
  background-image: url(/cdn/shop/files/earth2.jpg?v=1708088756);
  color: #fff;
  background-size: cover;
}
.itg_color_options_div .itg_premium_colors_color ul li:nth-child(35) {
  background-image: url(/cdn/shop/files/terracotta2.jpg?v=1708088779);
  color: #fff;
  background-size: cover;
}
.itg_color_options_div {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 30px;
  align-items: center;
}
.itg_color_options_div input[type="radio"]:checked,
.itg_color_options_div input[type="radio"]:hover {
  background: #000;
  box-shadow: inset 0 0 0 8px #000;
}
.itg_color_options_div input[type="radio"] {
  position: relative !important;
  height: 18px !important;
  width: 18px !important;
  border-width: 2px;
  -webkit-appearance: none;
  border: 1px solid #d3ced2;
  border-radius: 100%;
  outline: none;
  cursor: pointer;
}
.itg_color_options_div .itg_show_option {
  display: none;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 5px;
}
.product-form__input input[type="radio"]:checked + label + .itg_show_option {
  display: block;
}
/* .itg_color_options_div .itg_show_option ul li input[type=radio]:checked {
    width: 18px !important;
    height: 18px !important;
    position: relative !important;
} */
.itg_color_options_div .itg_show_option ul li input[type="radio"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
}
.itg_color_options_div
  .itg_show_option.itg_aluminum_unpainted
  ul
  li.itg_aluminum-unpainted {
  background-repeat: no-repeat;
  background-size: cover;
}
.itg_color_options_div .color_input {
  margin-left: 0;
}
label.itg_color_label span {
  padding-left: 5px;
}
fieldset.product-form__input .form__label {
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.itg_color_options_div .itg_show_option ul li.active {
  border-color: #ff0000;
}
.product-form__buttons .product-form__submit.button {
  background-color: #ffcb07;
}
.product-form__buttons .product-form__submit.button:before {
  display: none;
}
.product-form__buttons .product-form__submit.button:hover {
  border-color: #000;
  color: #000;
}
#itoris_dynamicproductoptions
  table.form-list
  tr.fields
  td.TandemSolar_Options
  .control
  .options-list
  .field {
  display: inline-block;
  text-align: center;
  position: relative;
}
#itoris_dynamicproductoptions
  table.form-list
  tr.fields
  td.TandemSolar_Options
  .control
  .options-list
  .field:first-child {
  display: none;
}
#itoris_dynamicproductoptions
  table.form-list
  tr.fields
  td.TandemSolar_Options
  .control
  .options-list
  .field
  input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
}
#itoris_dynamicproductoptions
  table.form-list
  tr.fields
  td.TandemSolar_Options
  .control
  .options-list
  .field
  label.label {
  display: inline-block;
  padding: 10px;
  border: 2px solid;
  cursor: pointer;
}
#itoris_dynamicproductoptions
  table.form-list
  tr.fields
  td.TandemSolar_Options
  .control
  .options-list
  .field
  input[type="radio"]:checked
  + label.label {
  border-color: red;
}
/* .tda-customizer-app-section-wrapper {
    opacity: 1 !important; 
}
.tda-customizer-app-section-container{
  display:block !important;
} */
.tda-product-details-top-container .tda-customizer-product-title {
  line-height: 1.2em;
}
#itoris_dynamicproductoptions
  tr.fields
  td.Tandem_Solar_Options
  .control
  .options-list
  .field:first-child {
  display: none;
}
#itoris_dynamicproductoptions
  tr.fields
  td.Tandem_Solar_Options
  .control
  .options-list
  .field {
  display: inline-block;
  text-align: center;
  position: relative;
}
#itoris_dynamicproductoptions
  tr.fields
  td.Tandem_Solar_Options
  .control
  .options-list
  .field
  input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
}
#itoris_dynamicproductoptions
  tr.fields
  td.Tandem_Solar_Options
  .control
  .options-list
  .field
  label.label {
  display: inline-block;
  padding: 10px;
  border: 2px solid;
  cursor: pointer;
}
#itoris_dynamicproductoptions
  tr.fields
  td.Tandem_Solar_Options
  .options-list
  .field
  input[type="radio"]:checked
  + label.label.admin__field-label {
  border-color: red;
}
#itoris_dynamicproductoptions .fields td.Roof_Curb_Insulation .field .control,
#itoris_dynamicproductoptions .fields td.Roof-Curb_Cap .field .control {
  margin-top: 30px;
}
#itoris_dynamicproductoptions
  tr.fields
  td.Roof_Curb_Insulation
  .control
  .options-list
  .field
  label.label.admin__field-label,
#itoris_dynamicproductoptions
  tr.fields
  td.Roof-Curb_Cap
  .control
  .options-list
  .field
  label.label.admin__field-label {
  top: -20px;
  color: #000;
  font-size: 15px;
  padding-left: 20px !important;
}
#itoris_dynamicproductoptions
  tr.fields
  td.Roof_Curb_Insulation
  .control
  .options-list
  .field
  input,
#itoris_dynamicproductoptions
  tr.fields
  td.Roof-Curb_Cap
  .control
  .options-list
  .field
  input {
  position: absolute;
  top: -33px;
}
#itoris_dynamicproductoptions .preview + select {
  background: #f1f1f1;
  border: 3px solid #ff0000;
}
#itoris_dynamicproductoptions
  .field
  .control
  .options-list.itoris-dynamicoptions-list-images
  .field.choice {
}
#itoris_dynamicproductoptions
  tr.fields
  td.Roof_Curb_Insulation
  .control
  label.label
  span.price-notice,
#itoris_dynamicproductoptions
  tr.fields
  td.Roof-Curb_Cap
  .control
  label.label
  span.price-notice {
  display: none !important;
}
.product__info-wrapper .price .price__container p {
  margin: 0;
  font-size: 16px;
}
product-form.product-form {
  margin: 0 !important;
  padding: 15px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.itg_3dimage_inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  background: #fff;
}
.itg_3dimage_inner .product-media-container {
  display: none;
}
.itg_3dimage_inner .product-media-container:last-child {
  display: block;
}
.product__title {
  position: relative;
}
.itg_3dimage.desk3d {
  display: block;
}
.itg_3dimage.mob3d {
  display: none;
}
.itg_3dimage {
  margin: 0;
  width: 70px;
  height: 70px;
  box-shadow: #64646f33 0 7px 29px;
  border-radius: 10px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.itg_3dimage img {
  width: 100%;
  max-width: 100%;
}
.itg_3dimage span.itg_btn {
  /* display: inline-block;
    padding: 10px 15px;
    background-color: #ffcb07;
    border: 1px solid #000;
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    font-size: 14px;
    text-transform: capitalize;
    cursor:pointer;
    padding: 10px 15px;
    background-color: #2098d1;
    border: 1px solid #2098d1; */
  display: inline-block;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 14px;
  text-transform: capitalize;
  cursor: pointer;
  color: #fff;
}
.itg_3dimage_wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 15;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}
span.itg_close {
  position: absolute;
  width: 32px;
  height: 32px;
  opacity: 1;
  cursor: pointer;
  z-index: 11;
  top: 0;
  right: 0;
  background: #000;
}
span.itg_close:before,
span.itg_close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #fff;
  top: 5px;
}
span.itg_close:before {
  transform: rotate(45deg);
}
span.itg_close:after {
  transform: rotate(-45deg);
}
.slider-nav .slick-track,
.slider-nav .slick-list,
.slider-for .slick-track {
  /* width: 100% !important; */
  display: flex;
}
.slider-for button.slick-arrow,
.slider-nav button.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 30px;
  background: #000;
  height: 30px;
  cursor: pointer;
}
.slider-for button.slick-arrow.slick-prev,
.slider-nav button.slick-arrow.slick-prev {
  left: 0;
}
.slider-for button.slick-arrow.slick-next,
.slider-nav button.slick-arrow.slick-next {
  right: 0;
}
.slider-for button.slick-arrow svg,
.slider-nav button.slick-arrow svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.thumbnail[aria-current] {
  box-shadow: none !important;
  border-color: transparent !important;
}
.slider-nav .slick-current {
  box-shadow: 0 0 0 0.1rem rgb(var(--color-foreground));
  border-color: rgb(var(--color-foreground));
}
.slider-nav .slick-slide {
  border-radius: 10px;
  margin: 0 5px;
}
.slider-nav .slick-track {
  padding: 5px 0;
}
.slider-for button.slick-arrow[aria-disabled="true"],
.slider-nav button.slick-arrow[aria-disabled="true"] {
  opacity: 0.5;
}
.product__info-container product-form.product-form form.form {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.product__info-container
  product-form.product-form
  form.form
  .product-form__input {
  flex: 0 0 20%;
  max-width: max-content;
  min-width: fit-content;
  margin: 0;
}
.product__info-container
  product-form.product-form
  form.form
  .itg_quantity_button_div {
  display: flex;
  width: calc(100% - 165px);
  margin-left: 10px;
  align-items: flex-end;
}
.itg_quantity_button_div .product-form__buttons {
  max-width: 100%;
  width: 100%;
}
.product__info-container
  product-form.product-form
  form.form
  .itg_quantity_button_div
  .product-form__submit.button {
  margin: 0;
  width: 100%;
}
#itoris_dynamicproductoptions input[type="text"],
#itoris_dynamicproductoptions select,
#itoris_dynamicproductoptions textarea {
  width: 100% !important;
}
.itg_share {
  margin-left: 10px;
}
/*product page css end*/
/*collection page css start*/
.itg_collection_banner_img {
  display: flex;
  width: 90%;
  justify-content: flex-start;
  align-items: center;
}
.itg_collection_banner_img .slick-list {
  width: 100%;
  max-width: 100%;
}
.itg_collection_banner_img .slick-track {
  display: flex;
  align-items: center;
  width: 100% !important;
}
.itg_collection_des {
  display: inline-block;
  width: 100%;
  position: relative;
}
.itg_collection_des .itg_collection_tab .tab-menu {
  /* position: absolute;
    top: 70px;
    right: 30px; 
    position: relative;
    padding-top: 30px;
    padding-bottom: 15px; */
}
.itg_collection_img {
  /* width: 25%; */
  display: flex;
  margin: 0 5px;
}
.itg_collection_banner_img .itg_collection_img img {
  max-width: 100%;
  margin: 0;
}
.collection-hero__text-wrapper .collection-hero__description.rte {
  max-width: 100%;
}
.active-facets__button--light .active-facets__button-inner:hover {
  color: #000;
}
.itg_product_data {
  /* display: flex;
    width: 100%;
    justify-content: space-between; */
  margin: 10px 0 0;
}
.itg_product_data p {
  margin: 0;
  /* font-size: 15px; */
  font-size: 14px;
}
.itg_product_data p span {
  font-weight: 600;
  color: #13244c;
  font-size: 14px;
}
.itg_bottom_description {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.itg_bottom_description .collection-hero__description.rte {
  max-width: 100%;
}
.facets-vertical .facets__summary span.facets__summary-label,
facets__heading--vertical {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: capitalize;
}
a.pagination__item.pagination__item--current.light {
  font-weight: 600;
}
.collection ul#product-grid li.grid__item {
  display: inline-block;
  border: 1px solid rgb(204, 204, 204);
  /* padding: 15px; */
  padding: 10px;
  border-radius: 10px;
  /* width: calc(25% - var(--grid-desktop-horizontal-spacing) * 4 / 5); */
  /* max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 4 / 5); */
  margin-bottom: 20px;
}
.collection
  ul#product-grid
  li.grid__item
  .card-wrapper
  .card__information
  .card__heading {
  font-weight: 400;
  font-size: 15px;
}
.collection ul#product-grid {
  /* row-gap: 30px; */
  row-gap: 20px;
  column-gap: 20px;
  /* display:block; */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.itg_pdf_data img {
  max-width: 100%;
}
.collection
  ul#product-grid
  li.grid__item
  .card-wrapper
  .card
  .card__content
  .card__information
  .card-information
  .price {
  margin-top: 0;
}
.collection
  ul#product-grid
  li.grid__item
  .card-wrapper
  .card
  .card__content
  .card__information
  .card-information
  .price
  .price__regular
  p {
  margin: 0;
  font-size: 14px;
  color: rgba(18, 18, 18, 0.75);
}
.collection
  ul#product-grid
  li.grid__item
  .card-wrapper
  .card
  .card__content
  .card__information
  .card-information
  .price
  .price__regular
  p
  span.price-item {
  font-weight: 600;
  color: #0434a5;
  font-size: 12px;
}
.collection_calc_section form#vent-calc {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #eceeef;
}
.collection_calc_section form#vent-calc .ct-div-block {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}
.calc-input-area {
  padding: 15px 15px 15px 5px;
  background-color: #dbdcdc;
  color: #000 !important;
  font-size: 100% !important;
  margin-bottom: 10px;
}
.calc-input-area label.calc-input-area {
  padding: 15px 15px 15px 5px;
  background-color: #dbdcdc;
  color: #000 !important;
  font-size: 100% !important;
  margin-bottom: 10px;
}
.calc-input-area input {
  width: 100%;
  height: auto;
  font-size: 14px;
  border: 1px solid #d3ced2;
  background: #fff;
  color: #000;
  outline: none;
  font-family: inherit;
  padding: 8px 12px;
  border-radius: 4px;
  resize: none;
  margin-bottom: 5px;
}
.collection_calc_section form#vent-calc .ct-div-block .toptext-section-input,
.collection_calc_section form#vent-calc .ct-div-block p.calc-highlight-text {
  color: #0093da;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.calc-input-area .calc-highlight-text {
  color: #0093da;
}
select#select-vent {
  padding: 5px 0 5px 5px;
  font-size: 120%;
  height: auto;
  border: 1px solid #d3ced2;
  background: #fff;
  color: #000;
  outline: none;
  font-family: inherit;
  border-radius: 4px;
  resize: none;
}
.ct-code-block .calc-results-area {
  padding: 15px;
  background-color: #f0f0f0;
}
.calc-results-area input[type="number"] {
  height: auto;
  font-size: 14px;
  border: 1px solid #d3ced2;
  background: #fff;
  color: #000;
  outline: none;
  font-family: inherit;
  padding: 8px 12px;
  border-radius: 4px;
  resize: none;
}
input#resetButton {
  border-radius: 8px;
  padding: 10px;
  background-color: #0093da;
  color: #fff;
}
.collection_calc_section {
  margin: 10px 0;
}
.collection-hero__text-wrapper h1.collection-hero__title {
  text-align: center;
  margin: 0;
}
.facets-container facet-filters-form.facets summary.facets__summary {
  background: #ffcb07;
  padding: 10px;
}
.itg_collection_tab .itg_pdf_data a {
  display: flex;
  gap: 30px;
  align-items: center;
  color: #000;
}
.itg_collection_tab .itg_pdf_data {
  padding: 15px 0px;
}
/* details.flange-type,
details.product-type{
    display: none;
} */
/* body.itg_body_products details.product-type,
body.itg_body_products details.flange-type{
    display: block;
} */
.facets-container facet-filters-form.facets summary.facets__summary svg.icon {
  display: none;
}
.facets-container
  facet-filters-form.facets
  summary.facets__summary:hover
  .facets__summary-label {
  text-decoration: none;
  text-underline-offset: 0;
}
.pagination__list li a {
  border: 1px solid rgb(204, 204, 204);
  border-radius: 5px;
  transition: all 0.3s linear;
}
.pagination__list li a.pagination__item.pagination__item--current.light,
.pagination__list li a:hover {
  background: #13244c;
  border-color: #13244c;
  color: #fff;
  opacity: 1;
}
.pagination__list li a.pagination__item.pagination__item--current.light:after,
.pagination__list li a:hover:after {
  display: none;
}
.collection-hero__description .category-images {
  display: flex;
  flex-wrap: wrap;
}
.collection-hero__description .category-images .category-images-inner {
  width: 300px;
  padding: 0 15px;
}
.collection-hero__description.rte p a,
.collection-hero__description.rte ul li a,
.collection-hero__description.rte span a,
.itg_bottom_description a {
  color: #0074db;
  text-decoration: none;
}
.collection-hero__description.rte ul li,
.itg_bottom_description ul li {
  padding-bottom: 10px;
}
.collection ul#product-grid p.itg_diameter_value {
  color: #13244c;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  /* text-transform: capitalize; */
  margin-top: 0px;
}
.grid--4-col-desktop .diameter_define.itgdia_number_2 {
  width: calc(50% - 10px);
  column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
.grid--4-col-desktop .diameter_define.itgdia_number_2 li.grid__item {
  width: calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.grid--4-col-desktop .diameter_define.itgdia_number_1 {
  width: calc(25% - 20px);
  column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
.grid--4-col-desktop .diameter_define.itgdia_number_1 li.grid__item {
  width: 100%;
  max-width: 100%;
}
.grid--5-col-desktop .diameter_define.itgdia_number_0,
.grid--5-col-desktop .diameter_define.itgdia_number_5,
.grid--5-col-desktop .diameter_define.itgdia_number_4,
.grid--5-col-desktop .diameter_define.itgdia_number_3 {
  width: 100%;
  column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
.grid--5-col-desktop .diameter_define.itgdia_number_5 {
  column-gap: 18px;
}
/* .grid--5-col-desktop .diameter_define.itgdia_number_5 li.grid__item {
    width: calc(19.3% - 10px);
    max-width: calc(19.3% - 10px);
}
.grid--5-col-desktop .diameter_define.itgdia_number_4 li.grid__item {
    width: calc(19.3% - 10px);
    max-width: calc(19.3% - 10px);
} */
.grid--4-col-desktop .diameter_define.itgdia_number_4,
.grid--4-col-desktop .diameter_define.itgdia_number_3,
.grid--4-col-desktop .diameter_define.itgdia_number_5 {
  width: 100%;
  column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
.grid--4-col-desktop .diameter_define.itgdia_number_0 {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 10px);
  max-width: calc(100% - 10px);
  column-gap: 20px;
}
.grid--4-col-desktop .diameter_define.itgdia_number_0 li.grid__item,
/* .grid--4-col-desktop .diameter_define.itgdia_number_4   */{
  width: 100%;
  max-width: calc(25% - 20px);
}
.handle_square-roof-curb-caps .grid--4-col-desktop .diameter_define.itgdia_number_4{
  width: 100%;
  max-width: calc(25% - 20px);
}
.grid--4-col-desktop .diameter_define.itgdia_number_4 li.grid__item {
   display: flex;
   flex-wrap: wrap;
   width: calc(100% - 10px);
   max-width: calc(100% - 10px);
   column-gap: 20px;
}
.js .mobile-facets .submenu-open {
  visibility: visible !important;
}
.mobile-facets__footer > button.button.button--primary {
  width: 100%;
  padding: 10px;
  display: inline;
  letter-spacing: 0;
}
.mobile-facets__footer > button.button.button--primary p.mobile-facets__count {
  display: inline;
  width: auto;
}
.mobile-facets__inner {
  width: 100% !important;
  max-width: 100% !important;
  background-color: #f1f1f1 !important;
}
.mobile-facets__main {
  background-color: #f1f1f1 !important;
}
.mobile-facets__details.js-filter {
  background: #fff;
  margin-bottom: 10px;
  width: calc(100% - 30px);
  left: 15px;
  position: relative;
}
.mobile-facets__header {
  background: #fff;
}
.js .disclosure-has-popup:not(.menu-opening) .mobile-facets__inner {
  transform: translate(-105vw) !important;
}
.menu-opening .mobile-facets__inner {
  transform: translate(0) !important;
}
.mobile-facets__close {
  top: 0.5rem !important;
  width: 30px !important;
  height: 30px !important;
}
.mobile-facets__close svg {
  width: 15px !important;
}
.mobile-facets__heading {
  font-size: 20px !important;
  text-align: left !important;
}
.mobile-facets__sort .select__select {
  height: 2.5rem;
  margin: 0;
}
.mobile-facets__sort .select__select:focus-visible {
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}
.mobile-facets__details.js-filter
  summary.mobile-facets__summary.focus-inset
  span.mobile-facets__arrow
  svg {
  right: 2.5rem;
}
.itg_filter_heading {
  display: flex;
  width: calc(100% - 30px);
  position: relative;
  left: 15px;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 10px;
}
.itg_filter_heading h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin: 0;
}
.itg_filter_heading facet-remove.mobile-facets__clear-wrapper {
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0;
}
.itg_custom_sort {
  height: auto !important;
}
.itg_collection_tab .tab-box:first-child {
  display: none;
}
.itg_collection_des .itg_collection_tab .tab-main-box {
  background: transparent;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
/*collection page css end*/
/*about us page css start*/
.page-width.page-width--narrow {
  max-width: 100%;
}
h1.main-page-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4em;
  color: #13244c;
  border-bottom: 1px solid #ffcb07;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
}
.itg_custom_video_wrapper {
  display: inline-block;
  width: 100%;
  border-top: 2px solid #ffcb07;
  margin-top: 20px;
}
.itg_custom_video_wrapper .itg_video_heading {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.itg_video_block {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.itg_video_block .itg_video_div {
  width: calc(50% - 15px);
}
.itg_video_text {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.itg_video_text p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.itg_video_text p a {
  color: #000;
}
.image-with-text__media.itg_img_size_contain img {
  object-fit: contain;
}
/*about us page css end*/
/*Attic Ventilation - Flat Roof Ventilation page css start*/
ul.multicolumn-list
  li.multicolumn-list__item
  .multicolumn-card__image-wrapper
  .itg_img_size.media
  img {
  object-fit: contain;
}
/*Attic Ventilation - Flat Roof Ventilation page css end*/
.itg_main_content .rte blockquote {
  flex-wrap: wrap;
}
.itg_main_content .rte.scroll-trigger p {
  margin: 10px 0;
}

.itg_sidebar_div.open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000c4;
  width: 100%;
  z-index: 99;
}
.itg_sidebar_wrapper {
  background: #fff;
  /* padding: 30px 27px; */
}
.itg_mobile_width_side_menu {
  display: none;
}
/*cart page css start*/
.itg_checkout_form {
  width: 70rem !important;
}
.itg_checkout_form form.itg_form {
  display: inline-block;
  width: 100%;
}
.itg_checkout_form form.itg_form h3 {
  margin: 0;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.itg_checkout_form form.itg_form .itg_from_group {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  gap: 10px;
}
.itg_checkout_form form.itg_form .itg_from_group input.itg_form_control {
  display: inline-block;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid #000;
}
.itg_checkout_form form.itg_form .itg_from_group .itg_form_half {
  width: 50%;
}
.itg_checkout_form form.itg_form .itg_from_group .itg_3column {
  width: 33.33%;
}
.cart__checkout-button.button {
  border: 1px solid #000;
  background: #ffcb06;
}
.cart-item__quantity-wrapper {
  display: flex;
  align-items: center;
}
.cart-item cart-remove-button {
  margin-top: 0;
}
cart-remove-button .button {
  min-height: auto !important;
  height: 30px;
  width: 30px;
  min-width: auto !important;
  line-height: 33px;
  border: 1px solid #000;
  margin: 0 !important;
  text-align: center;
}
.dpo_cart_edit_container {
  display: none;
}
cart-items h1.title.title--primary,
cart-items .title-wrapper-with-link a {
  text-transform: capitalize;
}
.itg_cart_popup_wrapper {
  position: fixed;
  width: 100% !important;
  height: 100%;
  left: 0;
  top: 0;
  background: #0006;
  margin: 0 !important;
  z-index: 2;
}
.itg_cart_popup_wrapper .itg_cart_popup {
  position: absolute;
  width: 450px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
  padding: 30px;
  min-height: 150px;
  display: flex;
  align-items: center;
}
.itg_cart_popup_wrapper .itg_cart_popup span.itg_close {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  top: 0;
  z-index: 11;
  background: #000;
  cursor: pointer;
}
.itg_cart_popup_wrapper .itg_cart_popup span.itg_close svg {
  /* stroke: #fff; */
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.itg_cart_popup_wrapper .itg_cart_popup p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  /* text-transform: capitalize; */
  display: block;
  width: 100%;
  line-height: normal;
}
/*cart page css end*/
/*drawing page css start*/
.itg_drawings_wrapper {
  display: inline-block;
  width: 100%;
  padding-bottom: 50px;
}
.itg_drawings_div {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border: 1px solid #eaeaea;
}
.itg_drawings_div .tab {
  width: 35%;
  background: #f1f1f1;
}
.itg_drawings_div ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.itg_drawings_div ul li {
  list-style: none;
  display: flex;
  width: 100%;
}
.itg_drawings_div ul li a {
  display: inline-block;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #d9d9d9;
  text-decoration: none;
  color: #13244c;
  font-size: 15px;
  width: 100%;
  border-radius: 0;
}
.itg_drawings_div ul li a:hover,
.itg_drawings_div ul li a.active {
  background-color: #13244c;
  color: #fff;
}
.itg_drawings_div .tabcontent {
  padding: 0 12px;
  width: 65%;
  position: relative;
}
.itg_drawings_wrapper .tabcontent .itg_drawing_wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.itg_drawings_wrapper .tabcontent .itg_drawing_wrapper .product-item {
  display: flex;
  align-items: flex-end;
}
.itg_drawings_wrapper .tabcontent .itg_drawing_wrapper .itg_drawing_data {
  width: 100px;
  display: flex;
  align-items: center;
}
.itg_drawings_wrapper .tabcontent .itg_drawing_wrapper .itg_drawing_data p {
  text-align: center;
  width: 100%;
}
.itg_drawings_wrapper .tabcontent .itg_drawing_wrapper:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.itg_main_heading {
  display: flex;
  width: 100%;
  justify-content: center;
}
.itg_table_heading {
  display: flex;
  /* width: auto;
    min-width: 430px; */
  gap: 30px;
  /* justify-content: center; */
  background: #d9edf7;
  justify-content: space-evenly;
  width: 100%;
  min-width: 100%;
}
.itg_table_heading .itg_pro_link {
  display: inline-block;
  padding: 10px;
  font-weight: 600;
  text-align: center;
}
.itg_table_heading.itg_tabel_data {
  background: #f9f9f9;
  justify-content: space-evenly;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.itg_table_heading.itg_tabel_data.itg_tabel_full {
  width: 100%;
}
.itg_table_heading.itg_fullwidth_column {
  width: 100%;
}
.itg_table_heading.itg_fullwidth_column .itg_pro_link {
  width: 20%;
}
.itg_table_heading .itg_pro_link.itg_show_mob {
  display: none;
}
/*drawing page css end*/
/*careers page css start*/
.careers .multicolumn a.button {
  background-color: #ffac07;
  color: #fff;
}
.careers .collapsible-content-wrapper-narrow {
  max-width: 100%;
}
.collapsible-content.collapsible-section-layout.isolate.page-width {
  padding-bottom: 0;
}
/*careers page css end*/
/*contact page css start*/
.contact__button button.button {
  border: 1px solid #000;
}
.contact__button button.button:hover {
  border-color: #2098d1;
}
/*contact page css end*/
/*business houres page css start*/
.collection ul.grid.product-grid li.grid__item {
  display: inline-block;
  border: 1px solid rgb(204, 204, 204);
  padding: 10px;
  border-radius: 10px;
}
.collection ul.grid.product-grid li.grid__item .card-information .price {
  margin: 0;
}
.collection
  ul.grid.product-grid
  li.grid__item
  .card-information
  .price
  .price__regular
  p {
  margin: 0;
  font-size: 13px;
  color: #121212bf;
}
.collection
  ul.grid.product-grid
  li.grid__item
  .card-information
  .price
  .price__regular
  p
  span.price-item {
  font-weight: 600;
  color: orange;
  font-size: 12px;
}
/*business houres page css start*/
/*The Elevator Shaft Ventilator page css start*/
.the-elevator-shaft-ventilator .rich-text.content-container {
  margin: 50px auto;
  max-width: 80%;
}
/*The Elevator Shaft Ventilator page css end*/
/*site-map-page css start*/
body.site-map .page-width {
  padding-bottom: 0;
}
body.site-map .page-width h1.main-page-title {
  margin-bottom: 20px;
}
.itg_sitemap_menu_wrapper .itg_sitemap_menu {
  display: inline-block;
  width: 100%;
}
.itg_sitemap_menu_wrapper .itg_sitemap_menu ul {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.itg_sitemap_menu_wrapper .itg_sitemap_menu ul li {
  list-style: none;
}
.itg_sitemap_menu_wrapper .itg_sitemap_menu ul li a {
  text-decoration: none;
  color: #000;
  padding-bottom: 5px;
  display: inline-block;
  transition: all 0.3s linear;
}
.itg_sitemap_menu_wrapper .itg_sitemap_menu ul li a:hover {
  color: #ffcb07;
}
.itg_sitemap_menu_wrapper .itg_sitemap_menu ul li ul {
  padding-left: 20px;
}
.itg_sitemap_menu_wrapper .itg_sitemap_menu ul li.itg_submenu a {
  font-weight: 600;
}
.itg_sitemap_menu_wrapper .itg_sitemap_menu ul li.itg_submenu ul li a {
  font-weight: 400;
}
/*site-map-page css end*/
/*blog page css start*/
.main-blog h1.title--primary {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4em;
  color: #13244c;
  border-bottom: 1px solid #ffcb07;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
  margin-top: 0;
}
.main-blog .blog-articles {
  grid-template-columns: 1fr 1fr 1fr !important;
}
.main-blog
  .blog-articles
  .blog-articles__article
  .card__content
  h3.card__heading {
  font-size: 18px;
  line-height: 26px;
}
.main-blog
  .blog-articles
  .blog-articles__article
  .card__content
  .article-card__info {
  font-size: 13px;
  color: orange;
  font-weight: 400;
}
.main-blog
  .blog-articles
  .blog-articles__article
  .card__content
  h3.card__heading
  a:after {
  display: none;
}
/*blog page css end*/
/*Warranties page css start*/
.warranties
  .multicolumn
  ul.multicolumn-list
  li.multicolumn-list__item
  .multicolumn-card
  .multicolumn-card__image-wrapper
  img.multicolumn-card__image {
  height: auto;
}
body.warranties .multicolumn ul.multicolumn-list li.multicolumn-list__item {
  padding: 10px;
}
body.warranties
  .multicolumn
  ul.multicolumn-list
  li.multicolumn-list__item
  .multicolumn-card__info
  a {
  text-decoration: none;
}
body.warranties
  .multicolumn
  ul.multicolumn-list
  li.multicolumn-list__item
  .multicolumn-card__info
  a
  h3.inline-richtext {
  font-size: 20px;
  text-align: center;
}
body.warranties
  .multicolumn
  ul.multicolumn-list
  li.multicolumn-list__item
  .media {
  padding-bottom: 100% !important;
}
/*Warranties page css end*/
/*blog pages css start*/
.rich-text__wrapper .rich-text__blocks.itg_full_width_content {
  max-width: 100%;
}
.multicolumn
  ul.multicolumn-list
  li.multicolumn-list__item
  .multicolumn-card
  .multicolumn-card__info
  a {
  text-decoration: none;
}
.multicolumn
  ul.multicolumn-list
  li.multicolumn-list__item
  .multicolumn-card
  .multicolumn-card__image-wrapper
  a
  img {
  height: auto;
}
.article-template__back {
  display: none;
}
.itg_blog_post_wrapper {
  display: inline-block;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 50px;
}
.blog_heading {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.blog_heading h3 {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 30px;
  margin-bottom: 40px;
}
.itg_blog_post_data {
  display: inline-block;
  width: 100%;
}
.itg_blogpost_inner {
  display: flex;
  width: 100%;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.itg_blog_post_data .itg_blogpost_inner:last-child {
  margin: 0;
}
.itg_blogpost_inner .itg_blogpost_block {
  width: calc(47% - 30px);
}
.itg_blogpost_inner .itg_blogpost_block ul {
  margin: 0;
}
.itg_blogpost_inner .itg_blogpost_block ul li {
  font-size: 16px;
  line-height: 24px;
}
.itg_blogpost_inner .itg_blogpost_block ul li a {
  color: #0074db;
  text-decoration: none;
}
.itg_blogpost_inner .itg_vs {
  width: 6%;
  text-align: center;
}
.itg_blogpost_inner .itg_vs h5 {
  margin: 0;
  font-size: 27px;
}
/*blog pages css end*/
/*page css start*/
.itg_fulldiv {
  display: flex;
  width: 100%;
  gap: 30px;
  flex-wrap: wrap;
}
.itg_fulldiv .itg_halfdiv {
  width: calc(50% - 15px);
}
/*page css end*/
/*calculator page css start*/
.calculator-for-roof-vents .itg_vent_calculator_div .calc-section-input {
  width: 100%;
}
.itg_tab_inner_data {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}
.itg_tab_inner_data .itg_collection_form_div {
  width: calc(50% - 15px);
}
div#radio-button-place {
  margin-bottom: 15px;
}
.itg_collection_link p {
  margin: 0;
}
.itg_collection_link p a {
  font-weight: 800;
  color: blue;
  text-decoration: none;
}
.itg_tab_inner_data .itg_collection_form_div h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 22px;
}
.itg_tab_inner_data .itg_collection_form_div p {
  color: #0093da;
}
/*calculator page css end*/

media-gallery .slider-for button.slick-arrow path,
media-gallery .slider-nav button.slick-arrow path {
  color: #fff;
  fill: #fff;
  stroke: #000;
}

media-gallery .slider-for button.slick-arrow svg,
media-gallery .slider-nav button.slick-arrow svg {
  background: #fff;
  box-shadow: 0px 1px 5px #00000040 !important;
  border-radius: 50%;
}

media-gallery .slider-for button.slick-arrow,
media-gallery .slider-nav button.slick-arrow {
  background: transparent;
  border: 0px;
}
/* ------new-css------- */
.nav-collectionImage-box {
  position: relative;
}
.nav-collectionImage-box .nav-collection_image {
  min-width: 100px;
}
.nav-collectionImage-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding-left: 20px;
  padding-right: 10px;
}
span.alpha_letter {
  /* display: inline-block; */
  /* margin-bottom: auto; */
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 18px;
}
.calc-section-input .itg_collection_tab .tab-box:first-child {
  display: block;
}
.itg_collection_banner .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  margin-bottom: 0;
}

.itg_collection_banner button {
  font-size: 0px;
  border: 0;
  background: transparent;
  width: 0;
  height: 0;
}

.itg_collection_banner .slick-dots li::marker {
  font-size: 24px;
  color: #13244c;
}

.itg_collection_banner .slick-dots li {
  margin: 0 2.5px;
  cursor: pointer;
  height: 0;
}

.itg_collection_banner .slick-dots .slick-active::marker {
  color: #ffcb07;
}

/*---------------- ITG-V 30/04/2024 -----------------*/
.collectionHeading {
  margin-bottom: 30px;
}
.itg_collection_des {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0px;
  flex-direction: column-reverse;
}
/* .itg_collection_des .itg_collection_tab .tab-menu {
    top: 70px;
    transform: translateY(-50%);
    left:0;
    right: auto;
} */
.itg_collection_des .itg_collection_tab .tab-menu {
  top: 10px;
  transform: translateY(-50%);
  /* left: calc(60% + 15px); */
  /* right: auto; */
  position: absolute;
}
/*---------------- ITG-V 30/04/2024 -----------------*/

variant-radios {
  /* display: none; */
}
.dpo_dd_list_outer {
  display: none;
}
span.dropdown_arrow {
  display: flex;
}
span.dropdown_arrow.dropdown_active {
  rotate: 90deg;
}
.dpo_dd_list_outer {
  background: #fff;
  position: absolute;
  z-index: 2;
  top: 100%;
  border: 1px solid #ccc;
  box-shadow: 0 0 4px #0006;
  margin-top: 1px;
  width: 100%;
}
.proOpt_link-list_dropdown {
  padding: 4px;
  border: 1px solid #ccc;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
#itoris_dynamicproductoptions
  .field
  .control
  .options-list.itoris-dynamicoptions-list-images
  .field.choice.active
  .itoris-dynamicoptions-thumbnail-color,
#itoris_dynamicproductoptions
  .field
  .control
  .options-list.itoris-dynamicoptions-list-images
  .active
  .itoris-dynamicoptions-thumbnail-image,
.proOpt_link-list_dropdown.active {
  border: 3px solid red;
}
#itoris_dynamicproductoptions
  #standard_box_ul
  .field
  .control
  .options-list.itoris-dynamicoptions-list-images
  .field.choice:first-child
  .admin__field-label {
  color: #000;
}
#itoris_dynamicproductoptions
  .field
  .control
  .options-list.itoris-dynamicoptions-list-images
  .field.choice
  .radio.admin__control-radio.product-custom-option {
  /* width: 100%;
    height: 100%; */
  position: absolute;
  left: 50%;
  top: 50%;
  visibility: visible;
  transform: translate(-50%, -50%);
  margin: 0px;
}
#itoris_dynamicproductoptions
  .field
  .control
  .options-list.itoris-dynamicoptions-list-images
  .field.choice
  .admin__field-label {
  position: absolute;
  color: #fff;
  font-size: 11px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 5px);
  display: flex;
  flex-wrap: wrap;
  line-height: 14px;
  text-align: center;
  z-index: 1;
  padding: 0 !important;
  font-weight: 400;
  margin-left: 0 !important;
  justify-content: center;
  cursor: pointer;
}
ul.form-list.option-fields-cols-1 {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0px;
}
ul.form-list.option-fields-cols-1 ul {
  list-style-type: none;
  padding: 0px;
}
table.form-list.option-fields-cols-1 {
  width: 100%;
}
.dpo_dd_list {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 300px;
}
ul.proOpt_link-list_main {
  list-style-type: none;
}
li.proOpt_link-list,
.varient_option_value_head {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0px 10px;
  cursor: pointer;
}
li.proOpt_link-list:hover {
  background: aliceblue;
}
.varient_option_value_head {
  padding: 0px;
}
li.proOpt_link-list {
  margin-bottom: 8px;
}
span.spnBg {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #ddd;
  position: relative;
  background: #fff;
  display: block;
}

#itoris_dynamicproductoptions
  .field
  .control
  .options-list.itoris-dynamicoptions-list-images
  .field.choice.fist_box:first-child {
  display: block;
}

#itoris_dynamicproductoptions
  .field
  .control
  li.field.choice.admin__field.admin__field-option.dpo_swatch.fist_box {
  display: block;
}
ul#aluminum_box_ul,
ul#standard_box_ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0px;
}
.variant_box.field label {
  font-weight: 600;
}
.control {
  width: 100%;
  height: auto;
}
ul.proOpt_link-list_main {
  padding: 0px 10px;
}
#itoris_dynamicproductoptions
  .field
  .control
  .options-list.itoris-dynamicoptions-list-images
  .field.choice:first-child
  .admin__field-label {
  color: #000;
}

fieldset.js.product-form__input.itgdata_color {
  display: none;
}
.product__info-container
  product-form.product-form
  form.form
  .itg_quantity_button_div {
  display: flex;
  width: calc(100% - 165px);
  margin-left: 10px;
  align-items: flex-end;
  gap: 10px;
}
.product__info-container
  product-form.product-form
  form.form
  .itg_quantity_button_div {
  display: flex;
  width: 100%;
  margin-left: 10px;
  align-items: flex-end;
  gap: 10px;
}
.premium_colors.main_option label {
  font-weight: 600;
}

.proOpt_link-list_dropdown span.link_list_value span.spnBg {
  height: 35px;
  border-radius: 0px;
}
input#inputString {
  margin-bottom: 10px;
  padding: 5px 10px;
}
.form-list .fields,
.form-list.field {
  flex-direction: column;
  border: none;
}

.form-list .field:before,
.form-list .field:hover.field:before,
.form-list .field:hover.field:after,
.form-list .field:after {
  box-shadow: none;
  display: none;
}

#itoris_dynamicproductoptions
  .field
  .control
  .options-list.itoris-dynamicoptions-list-images#standard_box_ul
  .field.choice {
  height: 90px;
  width: 90px;
}
#itoris_dynamicproductoptions
  .field
  .control
  .options-list.itoris-dynamicoptions-list-images
  .field.choice
  .itoris-dynamicoptions-thumbnail-color {
  border-radius: 0;
  width: 90px;
  height: 90px;
  border: 1px solid #000;
  display: inline-block;
}
div#shutOff_solar_option_label {
  margin-bottom: -15px;
}
/* addon product */
.tandem_solar label,
.shutOff_solar label {
  font-size: 12px;
  margin-top: 15px;
  display: inline-block;
}
select.selecteds.slct {
  padding: 10px 20px;
  margin: 5px 0px;
}
/* magnify */
img.img-1 {
  /* cursor: zoom-in; */
}
.img-2 {
  position: absolute !important;
  top: 4%;
  left: 60%;
  display: none;
  width: 500px;
  height: 500px;
  background: url() no-repeat;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 99;
  z-index: 111111111111111111111111;
}
.img-zoomer-box {
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}
.magnifier {
  display: none;
  transform: translate(calc(-50% + 400px));
  position: absolute;
  width: 200px !important;
  height: 254px !important;
  background: #ffffff2e;
  z-index: 999;
  border: 1px solid white;
}
@media screen and (min-width: 1099px) {
  .product__modal-opener .product__media-toggle,
  .product__modal-opener .product__media-icon--lightbox {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .img-2 {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 1099px) {
  .img-2,
  .magnifier {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .collection ul#product-grid li.grid__item,
  .collection .grid--4-col-desktop .grid__item {
    width: calc(25% - 20px);
  }
  .handle_pitch-pan-rectangle ul#product-grid li.grid__item {
    max-width: calc(33% - 20px);
    width: calc(33% - 20px);
  }
  /* itg-28/01 */
  .grid--5-col-desktop .diameter_define.itgdia_number_5 li.grid__item,
  .grid--5-col-desktop .diameter_define.itgdia_number_4 li.grid__item,
  .grid--5-col-desktop .diameter_define.itgdia_number_3 li.grid__item {
    width: calc(19.3% - 10px);
    max-width: calc(19.3% - 10px);
  }
  .collection ul#product-grid .diameter_define.itgdia_number_1 li.grid__item {
    width: calc(100%);
    max-width: calc(100%);
  }
  .collection ul#product-grid .diameter_define.itgdia_number_2,
  .collection ul#product-grid .diameter_define.itgdia_number_2 li.grid__item {
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  /* itg-28/01 */
}

/* product-page-css-custom */
div#rc-ins-option-choice {
  background-color: #eef;
  padding: 15px 0px;
}
div#rc-ins-option-choice p {
  padding-left: 30px;
  margin: 0;
  padding-bottom: 15px;
}
.option-desc-block {
  display: flex;
  padding: 0 0 0 1rem;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: flex-start;
}
.option-desc-text {
  width: 100%;
}
.option-desc-img {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
div#rc-ins-option-label {
  margin: 0;
  max-width: 75%;
}
.rc-ins-option-choice {
  display: none;
}
.rc-ins-option-choice.active {
  display: block;
}
.tab-teaser {
  padding-top: 20px;
}
.nav-collection_title {
  word-break: break-word;
}

.itg_checkout_note {
  margin-top: 15px;
  border: 1px solid;
  padding: 15px;
  border-radius: 10px;
  background: #edf1fd;
}
.itg_checkout_note p {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  color: #000 !important;
  margin-top: 5px;
}

.patent_boot {
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  color: #000;
}
.itg_class--cart .itg_sidebar_div {
  display: none;
}
.itg_class--cart .itg_main_content {
  width: 100%;
}
/* ITG CSS 26-08-2024 */

/* .itg_body_roof-jack-curb-mount-flange-vent-cap .ibc-1-300-guideline,
.itg_body_roof-jack-curb-mount-flange-vent-cap .nfa-net-free-area,
.itg_body_keepa-commercial-roof-jack-vent-cap .ibc-1-300-guideline,
.itg_body_keepa-commercial-roof-jack-vent-cap .nfa-net-free-area {
    display: none;
} */

select#SortBy {
  padding: 0 10px;
}
.template-search__header .h2,
.customer > h1,
.customer__title,
:is(.account, .order) h2 {
  text-transform: capitalize;
}
.login_account {
  display: block !important;
}
.order table p {
  line-height: 1.2;
}
:is(.account, .order) h2 {
  font-size: 20px;
}
.itg_collection_banner .slick-dots:empty {
  display: none;
}
.itg_class--page .multicolumn ul.multicolumn-list li.multicolumn-list__item {
  border: 0;
  padding: 0px;
  border-radius: 0px;
}
.itg_class--page .multicolumn-card__image-wrapper img.multicolumn-card__image {
  border-radius: 0px !important;
}
.shut_off {
  margin-bottom: 20px !important;
}
h1.cart__empty-text {
  text-transform: capitalize;
}
.is-empty .button {
  background: #13244c;
  color: #fff;
}
.product-form__submit p {
  margin-top: 0;
  margin-bottom: 0;
}
img.add_cart_icon {
  width: 32px;
}
.product-form__submit {
  padding-top: 0px;
  padding-bottom: 0px;
}
.handle_thank-you .main-page-title {
  text-align: center;
}
.itg_multi_images_text_wrapper .page-width-- {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 30px;
  align-items: start;
  justify-content: center;
}
.itg_left_text_div {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.handle_off-ridge-vents-universal-vent .nfa-net-free-area .facetsImg img,
.handle_off-ridge-vents-universal-vent .vent-length .facetsImg img {
  width: 100%;
}
.handle_off-ridge-vents-universal-vent .nfa-net-free-area .facetsImg,
.handle_off-ridge-vents-universal-vent .vent-length .facetsImg {
  width: 70%;
}
.facetsImg {
  width: 80px;
}
.facetsImg img {
  width: 100%;
}
.handle_roof-curb-caps .collection ul#product-grid p.itg_diameter_value {
  font-size: 18px !important;
}
.pagination-wrapper {
  margin-bottom: 5rem;
}
.collection-list__item .card__heading {
  text-align: center;
}
.handle_vent-wizard .collection ul#product-grid li.grid__item {
  margin-bottom: 0;
}
.handle_vent-wizard
  .collection
  ul#product-grid
  li.grid__item
  .card__information {
  padding-bottom: 0 !important;
}
.zoom-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}
.fancybox__container {
  background: #18181bfa !important;
  z-index: 100000000000 !important;
}
.dade_county_data.itg_drawing_wrapper {
  justify-content: start !important;
}
.itg_drawing_wrapper .itg_main_heading {
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.dude_url a {
  color: #000;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.r_icon {
  display: block;
  text-align: center;
  margin: 10px auto 0;
}
.miami-dadecounty-image {
  max-width: 200px;
  width: 100%;
}
.oxy-rich-text p {
  text-align: left !important;
}
.ct-div-block {
  display: flex;
  align-items: center;
  gap: 20px;
}
img#image-331-12799 {
  max-width: 180px;
}
div#texas-approval .ct-section-inner-wrap img {
  display: flex;
  width: 100%;
  max-width: 71%;
}
.tab-box a {
  color: #000;
  font-weight: 400;
}
.loader_loading {
  display: block !important;
  height: 70px;
  width: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.loader_loading img {
  width: 70px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader_main {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

.itg_img_video_block.itg_image {
  position: relative;
}

/* responsive */
@media screen and (min-width: 768px) {
  .itg_class--page .shopify-section-group-footer-group {
    margin-top: 60px;
  }
}

@media only and (min-width: 1200px) and (max-width: 1280px) {
  .nav-collectionImage-box .nav-collection_image {
    min-width: 90px;
  }
}

@media only screen and (min-width: 1200px) {
  .handle_roof-curb-caps .grid--4-col-desktop .diameter_define.itgdia_number_0 {
    width: calc(24% - 10px);
    max-width: calc(24% - 10px);
  }
  /* itg-28/01 */
  .handle_roof-curb-caps .grid--4-col-desktop .diameter_define.itgdia_number_4 {
    width: calc(25% - 20px);
  }
  .handle_roof-curb-caps .grid--4-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
  /* itg-28/01 */

  .handle_pitch-pan-rectangle .diameter_define.itgdia_number_0 {
    width: 100%;
  }
  .template-search .collection .grid--4-col-desktop .grid__item {
    width: calc(20% + 20px);
    max-width: calc(25% + 20px);
  }
  .diameter_define.itgdia_number_1,
  .diameter_define.itgdia_number_2 {
    width: calc(25% - 20px);
  }
  /* .diameter_define.itgdia_number_1 li.grid__item,
  .diameter_define.itgdia_number_2 li.grid__item {
    width: calc(100% - 0px) !important;
    max-width: calc(100% - 0px) !important;
  } */
  .handle_roof-mounted-power-attic-ventilator
    .diameter_define.itgdia_number_2
    li.grid__item,
  .handle_round-back-exhaust-fan-with-curb-mount-flange
    .diameter_define.itgdia_number_2
    li.grid__item {
    width: auto !important;
    max-width: auto !important;
  }
  .handle_round-back-exhaust-fan-with-curb-mount-flange
    .diameter_define.itgdia_number_2 {
    width: calc(50% - 10px) !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1420px) {
  .handle_round-back-exhaust-fan-with-curb-mount-flange
    .grid--4-col-desktop
    .diameter_define.itgdia_number_2 {
    width: calc(75% - 10px) !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .handle_round-back-exhaust-fan-with-curb-mount-flange
    .diameter_define.itgdia_number_2
    li.grid__item {
    width: auto !important;
  }
  .handle_round-back-exhaust-fan-with-curb-mount-flange
    .grid--4-col-desktop
    .diameter_define.itgdia_number_2 {
    width: calc(75% - 10px) !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .handle_roof-curb-caps .grid--4-col-desktop .diameter_define.itgdia_number_4 {
    width: calc(25% - 20px);
  }
  .handle_roof-curb-caps .grid--4-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
  .facets__form-vertical {
    width: 20rem !important;
  }
  .grid--4-col-desktop .diameter_define.itgdia_number_1 {
    width: calc(50% - 20px) !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .grid--4-col-desktop .diameter_define.itgdia_number_1 {
    width: calc(50% - 20px) !important;
  }
  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - 20px) !important;
    max-width: calc(50% - 20px) !important;
  }
  .handle_pitch-pan-rectangle .diameter_define.itgdia_number_0 li.grid__item {
    width: 100%;
    max-width: calc(50% - 20px);
  }
  .handle_keepa-commercial-curb-mount-flange-roof-jack-vent-cap-1
    .diameter_define.itgdia_number_4 {
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .handle_keepa-commercial-curb-mount-flange-roof-jack-vent-cap-1
    .diameter_define.itgdia_number_4
    .grid__item,
  .handle_roof-jack-vent-caps-keepa-roof-jack-vent-cap
    .diameter_define.itgdia_number_4
    .grid__item {
    width: 100% !important;
    max-width: 100% !important;
  }
  .handle_roof-curb-caps .grid--4-col-desktop .diameter_define.itgdia_number_4 {
    width: calc(50% - 20px);
  }
  .handle_roof-curb-caps .grid--2-col-tablet-down .grid__item {
    width: calc(100%) !important;
    max-width: calc(100%) !important;
  }
  .diameter_define.itgdia_number_1 {
    width: calc(50% - 20px);
  }
  .diameter_define.itgdia_number_1 {
    width: calc(100% - 20px);
  }
  .diameter_define.itgdia_number_1 li.grid__item,
  .diameter_define.itgdia_number_2 li.grid__item {
    width: calc(100% - 0px) !important;
    max-width: calc(100% - 0px) !important;
  }
  /* itg-28/01 */
  .diameter_define.itgdia_number_1 {
    width: calc(50% - 20px);
  }
  .diameter_define.itgdia_number_2 {
    width: calc(100% - 20px);
  }

  .diameter_define.itgdia_number_1 li.grid__item {
    width: calc(100% - 0px) !important;
    max-width: calc(100% - 0px) !important;
  }
  .diameter_define.itgdia_number_2 li.grid__item {
    width: calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
  }
  /* itg-28/01 */
  .handle_round-back-exhaust-fan-with-curb-mount-flange
    .diameter_define.itgdia_number_2
    li.grid__item {
    width: auto !important;
  }
  /* .grid--4-col-desktop .diameter_define.itgdia_number_2 {
    width: calc(100% - 10px);
  } */
  .grid--4-col-desktop .diameter_define.itgdia_number_4 {
    width: calc(49.4% - 10px);
    max-width: calc(49.4% - 10px);
  }
  .grid--4-col-desktop .diameter_define.itgdia_number_4  li.grid__item {
     width: calc(100% - 0px) !important;
    max-width: calc(100% - 0px) !important;
  }
}

@media only screen and (min-width: 1099px) {
  .itg_checkout_form {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100% !important;
    max-width: 60% !important;
    justify-content: space-between;
  }
  .itg_checkout_note {
    width: 45%;
    height: auto;
  }
  .itg_checkout_form form.itg_form {
    width: 100%;
  }

  .cstm-cart__checkout-btn {
    display: flex;
    justify-content: end;
  }
  .cart__checkout-button.button {
    width: 100%;
  }
  /* itg-28/01 */
  /* .handle_round-back-static-roof-vent-with-curb-mount-flange-and-tailpipe
    .diameter_define {
    width: calc(50% - 20px) !important;
  }
  .handle_round-back-static-roof-vent-with-curb-mount-flange-and-tailpipe
    .diameter_define
    .grid__item {
    width: calc(
      25% - var(--grid-desktop-horizontal-spacing) * 3 / 4
    ) !important;
    max-width: calc(
      50% - var(--grid-desktop-horizontal-spacing) / 2
    ) !important;
  }
  .handle_roof-jack-vents-round-back-roof-jack-vent-cap .diameter_define {
    width: calc(50% - 20px) !important;
  }
  .handle_roof-jack-vents-round-back-roof-jack-vent-cap
    .diameter_define
    .grid__item {
    width: calc(
      25% - var(--grid-desktop-horizontal-spacing) * 3 / 4
    ) !important;
    max-width: calc(
      50% - var(--grid-desktop-horizontal-spacing) / 2
    ) !important;
  }
  .handle_roof-curb-caps .grid--4-col-desktop .diameter_define.itgdia_number_4 {
    width: calc(25% - 20px);
  } */
  /* itg-28/01 */
}

@media screen and (min-width: 991px) {
  .itg_checkout_note {
    width: 50% !important;
    height: fit-content;
  }
  .handle_keepa-commercial-curb-mount-flange-roof-jack-vent-cap-1
    .grid--4-col-desktop
    .diameter_define.itgdia_number_0,
  .handle_roof-jack-vent-caps-keepa-roof-jack-vent-cap
    .grid--4-col-desktop
    .diameter_define.itgdia_number_0 {
    width: calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
  .handle_keepa-commercial-curb-mount-flange-roof-jack-vent-cap-1
    .collection
    .grid--4-col-desktop
    .grid__item,
  .handle_roof-jack-vent-caps-keepa-roof-jack-vent-cap
    .collection
    .grid--4-col-desktop
    .grid__item {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 0px) !important;
  }
  .itgdia_number_0 .grid__item {
    max-width: calc(
      19.3% - var(--grid-desktop-horizontal-spacing) * 4 / 5
    ) !important;
  }
  .handle_pitch-pan-rectangle .diameter_define.itgdia_number_4,
  .handle_pitch-pan-square .diameter_define.itgdia_number_4 {
    width: 100%;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  /* .handle_pitch-pan-square .diameter_define.itgdia_number_4 {
    width: auto !important;
  } */
  .handle_pitch-pan-square #product-grid li.grid__item {
        width: calc(25% - 20px);
        max-width: 100%;
    }
  .handle_keepa-commercial-curb-mount-flange-roof-jack-vent-cap-1
    .diameter_define.itgdia_number_4,
  .handle_roof-jack-vent-caps-keepa-roof-jack-vent-cap
    .diameter_define.itgdia_number_4 {
    width: calc(25% - 20px) !important;
    max-width: calc(25% - 20px) !important;
  }
  .itg_checkout_note h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 990px) {
  .handle_vent-wizard .section + .section {
    margin-top: 0 !important;
  }
  .itg_checkout_note {
    margin-left: 0 !important;
    width: 100% !important;
    margin-bottom: 10px;
  }
  .itg_checkout_note h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .itg_mobile_width_side_menu {
    padding-bottom: 8px;
  }
  .itg_class--collection .section + .section {
    margin-top: 10px;
  }
  .ul_certification_data img {
    max-width: 100%;
  }
  .slider-for button.slick-arrow.slick-next,
  .slider-nav button.slick-arrow.slick-next {
    right: 12px;
  }
  .slider-for button.slick-arrow.slick-prev,
  .slider-nav button.slick-arrow.slick-prev {
    left: 12px;
  }

  .itg_checkout_note h2 {
    font-size: 26px;
  }
  .itg_checkout_note p {
    font-size: 18px;
    line-height: 1.5;
  }
  .cstm-cart__checkout-btn {
    justify-content: center;
    display: flex;
  }
  .itg_checkout_note {
    margin-top: 0 !important;
  }
  h1,
  .h1 {
    font-size: 28px;
  }
  .itg_main_content
    .itg_sidebar_sections_wrapper
    .itg_sidebar_sections_inner
    ul.lists {
    display: none;
  }
  .itg_main_content
    .itg_sidebar_sections_wrapper
    .itg_sidebar_sections_inner
    .lists.active {
    display: block;
    margin-bottom: 30px;
  }
  .itg_main_content
    .itg_sidebar_sections_wrapper
    .itg_sidebar_sections_inner
    ul.sidebar-sub-link {
    gap: 0px;
  }
  .itg_main_content
    .itg_sidebar_sections_wrapper
    .itg_sidebar_sections_inner
    ul
    li.itg_subcollections_list
    h3 {
    font-size: 16px;
    position: relative;
    margin: 0px 0 15px;
    padding-top: 15px;
    padding-right: 30px;
  }
  .itg_subcollections_list h3:after {
    width: 12px;
    height: 12px;
    position: absolute;
    content: "";
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    right: 10px;
    transform: translateY(-50%) rotate(-45deg);
    top: 62.5%;
    transition: transform 0.15s linear;
  }
  .itg_subcollections_list h3.active_val:after {
    transform: rotate(135deg);
    transition: transform 0.15s linear;
  }
  .lists li {
    margin-bottom: 10px;
  }
  .itg_tab_inner_data .itg_collection_form_div {
    width: 100%;
  }
  .handle_keepa-commercial-curb-mount-flange-roof-jack-vent-cap-1
    .diameter_define.itgdia_number_4,
  .handle_roof-jack-vent-caps-keepa-roof-jack-vent-cap
    .diameter_define.itgdia_number_4 {
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .handle_keepa-commercial-curb-mount-flange-roof-jack-vent-cap-1
    .diameter_define.itgdia_number_4
    .grid__item,
  .handle_roof-jack-vent-caps-keepa-roof-jack-vent-cap
    .diameter_define.itgdia_number_4
    .grid__item {
    width: 100% !important;
    max-width: 100% !important;
  }
  /* itg-28/01 */
  .diameter_define.itgdia_number_1 {
    width: calc(50% - 20px);
  }
  .diameter_define.itgdia_number_2 {
    width: calc(100% - 20px);
  }
  .collection ul#product-grid .diameter_define.itgdia_number_1 li.grid__item {
    width: calc(100% - 10px);
    max-width: calc(100% - 11px);
  }
  /* itg-28/01 */
  .itg_drawing_wrapper.dade_county_data .itg_drawing_data,
  .itg_drawing_wrapper.dade_county_data .itg_specification_data img {
    width: 100% !important;
  }
  .ct-div-block {
    display: flex;
    flex-wrap: wrap;
  }
  .grid--4-col-desktop .diameter_define.itgdia_number_4 {
    width: calc(49.4% - 10px);
    max-width: calc(49.4% - 10px);
  }
  .grid--4-col-desktop .diameter_define.itgdia_number_4  li.grid__item {
     width: calc(100% - 0px) !important;
    max-width: calc(100% - 0px) !important;
  }
  .collection ul#product-grid p.itg_diameter_value {
    font-size: 14px;
  }
}

.collimageslider .page-width {
  max-width: 100%;
}
input.btn.button.cs_add_cart {
  margin: 15px auto 0;
  width: 100%;
  background: #ffcb07;
  border: 1px solid #000;
}
input.btn.button.cs_add_cart:hover {
  color: #000;
}
button#draft_product_order_form:before {
  display: none;
}
button#draft_product_order_form:hover {
  color: #000000;
}
.continue_shopping_btn {
  background: #2098d1;
  color: #fff;
}
.continue_shopping_btn:before {
  display: none;
}
.handle_keepa-roof-vent-with-curb-mount-flange .table_header td:nth-child(4)  .chart_top_image {
    height: 210px;
    object-fit: contain;
} 
.handle_keepa-roof-vent-with-curb-mount-flange .chart_top_image {
    height: 210px;
    object-fit: contain;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .compatible_vents .grid--3-col-tablet-desktop li.grid__item, .tab-box ul.itg_roofcurb_product li {
    width: calc(33% - 20px) !important;
    max-width: calc(33% - 20px) !important;
  }
}

@media screen and (min-width:1024px) {
.compatible_vents .grid--5-col-desktop li.grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing)* 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing)* 4 / 5);
}
}
/* responsive */
@media screen and (min-width:990px) {
.handle_off-ridge-vents-universal-vent .chart_top_image {
    max-width: 280px;
} 
}

@media screen and (min-width:768px) {
.handle_roof-louvers-exhaust-pop-vent .table_header td:nth-child(2) .chart_top_image,.handle_roof-louvers-exhaust-pop-vent .table_header td:nth-child(3) .chart_top_image {
    max-width: 300px;
}
.handle_roof-louvers-exhaust-pop-vent .table_header td:nth-child(1)  .chart_top_image {
    max-width: 150px;
}
.facetsImg {
    width: 150px;
}  
}

/* ==================== CSS ==================== */
@media only screen and (max-width: 590px) {
  .footer .footer__localization:empty + .footer__column {
    padding-top: 0rem;
  }
  .footer .footer__content-bottom {
    padding-top: 15px;
  }
  .footer .footer__content-bottom {
    row-gap: 1rem;
  }
  .itg_specification_wrapper .itg_specification_data img {
    width: 100%;
  }
  .itg_product_bottom_data_wrapper .tab-box,
  div#colors img {
    width: 100%;
  }
  /* .itg_main_content .rte {
    padding-bottom: 25px;
}   */
  .itg_body_testimonials .section + .section {
    margin-top: 0px;
  }
  .itg_body_testimonials .main-page-title {
    margin-bottom: 0px;
  }
  .handle_feedback-from-white-plains-ny .rte {
    padding-bottom: 3rem;
  }
  .handle_climate-zones-for-roof-curbs .rte {
    padding-bottom: 3rem;
  }
  .handle_important-roof-vents .section + .section {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .announcement-bar ul {
    row-gap: 0 !important;
  }
  .itg_class--cart .title-wrapper-with-link {
    display: flex;
    justify-content: center !important;
  }
  .cart__footer > * + * {
    margin-top: 3.5rem !important;
  }
  .totals__total {
    font-size: 18px;
  }
  .active-facets__button,
  .active-facets__button-remove {
    padding-right: 2.5px !important;
  }
  .multicolumn
    ul.multicolumn-list
    li.multicolumn-list__item
    .multicolumn-card
    .multicolumn-card__info
    h3 {
    font-size: 20px;
  }
  .handle_directions-and-map iframe {
    width: 100%;
  }
  .itg_image_with_video_wrapper .itg_img_video_inner .itg_video {
    position: relative;
    padding-bottom: 70%;
  }
  .itg_image_with_video_wrapper .itg_img_video_inner {
    flex-direction: column;
  }
  .itg_image_with_video_wrapper .itg_img_video_inner .itg_img_video_block {
    width: 100%;
  }
  .itg_img_video_block.itg_image img {
    border-radius: 10px;
  }
  .itg_class--page .shopify-section-group-footer-group {
    margin-top: 40px;
  }
}

.handle_feedback-from-portsmouth-england .ct-div-block {
  display: block;
}
.handle_feedback-from-portsmouth-england .rte blockquote {
  display: block;
}


#itg_country {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #000;
    color: #757575;
}
#itg_country option{
  color:#000;
}
.handle_pitch-pan-square .activeFacetsElement .diameter_define.itgdia_number_4 {
  max-width: calc(33.33% - 20px);
}



.inside-opening .facetsImg {
    width: 80%;
}

input.btn.button.cs_add_cart.addcustm {
    position: relative;
    z-index: 4;
    margin-bottom: 10px;
    cursor: pointer;
}
cart-note.cart__note.field label.h3 {
    text-transform: capitalize;
    color: #000;
}
/* body.itg-product-roof-curb-with-insulation-fits-10-vent-or-fan-with-cmf-model-src-10-h6-ins .variant-option, body.itg-product-roof-curb-fits-10-vent-or-fan-with-cmf-model-src-10-h6  .variant-option {
    display: none;
} */

.handle_roof-exhaust-fans-aura-fan-curb-mount-flange .grid--4-col-desktop .diameter_define.itgdia_number_4 {
    width: 100%;
    max-width: calc(25% - 20px);
    max-width: 100%;
}
.description-tab {
    display: flex !important;
    align-items: start;
}
.description-tab span, .description-tab a {
    font-size: 14px !important;
}


@media screen and (min-width: 1280px) {
  body.handle_square-roof-curbs .collection .grid--6-col-desktop .grid__item {
    width: calc(15.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6) !important;
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  body.handle_square-roof-curbs .collection .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5) !important;
    max-width: calc(19% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  body.handle_square-roof-curbs .collection .grid--4-col-desktop .grid__item {
    width: calc(24% - var(--grid-desktop-horizontal-spacing) * 3 / 4) !important;
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  body.handle_square-roof-curbs .collection .grid--3-col-desktop .grid__item {
    width: calc(32.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3) !important;
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  body.handle_square-roof-curbs .collection .grid--2-col-desktop .grid__item {
    width: calc(49% - var(--grid-desktop-horizontal-spacing) / 2) !important;
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
   body .collection .grid--5-col-desktop .diameter_define.itgdia_number_5 li.grid__item {
        width: calc(19.3% - 10px);
        max-width: calc(18.3% - 5px);
        column-gap: 0;
    }
    body .collection .diameter_define.itgdia_number_5 li.grid__item {
       margin: 0 10px;
       width: calc(24% - 20px) !important;
       max-width: 24% !important;
       column-gap: 0;
    }
    .grid--5-col-desktop .diameter_define.itgdia_number_5 {
      column-gap: 0px;
    }
    body.handle_gravity-ventilators-aura-ventilator .grid--5-col-desktop .diameter_define.itgdia_number_5 li.grid__item {
           width: calc(20% - 20px) !important;
    }
}


.itg_sidebar_sections_wrapper h3.acc__title span.sidebar-des {
    font-size: 27px;
}
.itg_sidebar_sections_wrapper h3.acc__title span.sidebar-des, .itg_sidebar_sections_wrapper span.alpha_letter {
    color: #333399;
}

@media screen and (min-width: 1280px) {
   body .collection .meta.grid--6-col-desktop li.grid__item {
      width: calc(17% - 25px) !important;
      max-width: calc(17% - 20px);
  }
  body .collection .meta.grid--5-col-desktop li.grid__item {
    width: calc(20% - 20px) !important;
    max-width: calc(20% - 20px);
  }
  body .collection .meta.grid--4-col-desktop li.grid__item {
    width: calc(25% - 25px) !important;
    max-width: calc(25% - 20px);
    margin: 0px;

  }
  body .collection .meta.grid--3-col-desktop li.grid__item {
     width: calc(32.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3) !important;
      max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
   }
   body .collection .meta.grid--2-col-desktop li.grid__item {
    width: calc(50% - 25px) !important;
    max-width: calc(50% - 20px);
   }
  
}
.itg_sidebar_sections_inner .itg_subcollections_list.show_block span.sidebar-des,
.itg_main_content .itg_sidebar_sections_wrapper .itg_sidebar_sections_inner ul li.itg_subcollections_list[data-value="tabs-16"], 
.itg_main_content .itg_sidebar_sections_wrapper .itg_sidebar_sections_inner ul li.itg_subcollections_list[data-value="tabs-17"] {
    display: none;
}

/* .sidebar-links li[data-ids="square-roof-curbs-non-insulated"],
.sidebar-links li[data-ids="square-roof-curbs-insulated"], .itg_sidebar_sections_inner .itg_subcollections_list.acc__card.hide{
    display: none !important;
} */

/* .sidebar-links li[data-ids="square-roof-curbs-insulated"], .itg_sidebar_sections_inner .itg_subcollections_list.acc__card.hide{
    display: none !important;
} */

ul.sidebar-links li[data-ids="square-roof-curbs"],
.itg_sidebar_sections_inner .itg_subcollections_list.acc__card.hide {
    display: none !important;
}

.itg_sidebar_sections_inner .itg_subcollections_list.show_block, .itg_sidebar_sections_inner .itg_subcollections_list.acc__card.show {
    display: block !important;
}
.itg_subcollections_list span.sidebar-des.num-17 {
    display: none;
}
.itg_subcollections_list ul.lists.acc__panel[data-id="tabs-16"] {
  margin-bottom: 20px;
}
.itg_subcollections_list.active[data-title="square-roof-curbs"] h3:after {
    content: '';
    transform: rotate(135deg);
    transition: transform 0.15s linear;
}
.itg_subcollections_list.show_block[data-value="tabs-16"] h3.acc__title .sidebar-des.num-16 {
    display: block;
}
.itg_subcollections_list.show_block[data-value="tabs-16"] h3.acc__title {
    display: flex;
    align-items: center;
    gap: 5px;
}
.blog-articles__article article {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
body .article-card__excerpt a.full-unstyled-link {
    text-decoration: none;
}